#B59429

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

Shades of Sahara #B59429

Tints of Sahara #B59429

Color information

#B59429 (or 0xB59429) is unknown color: approx Sahara. HEX triplet: B5, 94 and 29. RGB value is (181,148,41). Sum of RGB (Red+Green+Blue) = 181+148+41=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B59429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59429 is #4A6BD6. Grayscale: #929292. Windows color (decimal): -4877271 or 2725045. OLE color: 2725045.

HSL color Cylindrical-coordinate representation of color #B59429: hue angle of 45.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B59429 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18114841-
CMYK00.180.770.29
HSL45.86º63.06%43.53%-
HSV(B)45.86º77.35%70.98%-
XYZ30.0531.166.53-
YUV145.6768.93153.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 41 (16.41% from 255) = 11.08%
R=48.92%
G=40%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811484100.180.770.2945.8663.0643.53
HexB594290124D1D2e3f2c
Octal2652245102211535567754
Binary1011010110010100101001010010100110111101101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59429; }

 p { color: rgb(181,148,41); }

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

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

 a { background-color: rgb(181,148,41); }

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

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

 span { border-color: rgb(181,148,41); }

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