#B29026

Color #B29026 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B29026

Tints of Sahara #B29026

Color information

#B29026 (or 0xB29026) is unknown color: approx Sahara. HEX triplet: B2, 90 and 26. RGB value is (178,144,38). Sum of RGB (Red+Green+Blue) = 178+144+38=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B29026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29026 is #4D6FD9. Grayscale: #8E8E8E. Windows color (decimal): -5074906 or 2527410. OLE color: 2527410.

HSL color Cylindrical-coordinate representation of color #B29026: hue angle of 45.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B29026 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17814438-
CMYK00.190.790.30
HSL45.43º64.81%42.35%-
HSV(B)45.43º78.65%69.8%-
XYZ28.6829.556.03-
YUV142.0869.26153.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=49.44%
G=40%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781443800.190.790.3045.4364.8142.35
HexB290260134F1E2d412a
Octal26222046023117365510152
Binary10110010100100001001100100111001111111101011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29026; }

 p { color: rgb(178,144,38); }

 H1.HeaderClassName
 {
   color: #B29026;
 }
 .AnyTagClassName
 {
   color: #B29026;
 }
</style>
background-color css

<style>
 a { background-color: #B29026; }

 a { background-color: rgb(178,144,38); }

 div.DivClassName
 {
   background-color: #B29026;
 }
 .BgClassName
 {
   background-color: #B29026;
 }
</style>
border-color css

<style>
 span { border-color: #B29026; }

 span { border-color: rgb(178,144,38); }

 td.TdClassName
 {
   border-color: #B29026;
 }
 .TagClassName
 {
   border-color: #B29026;
 }
</style>