Html Css Color HEX #B59620 Sahara

📋 copy color: '#B59620'

red 181 ◦ green 150 ◦ blue 32

#B59620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #B59620

Tints of Sahara #B59620

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

 GREEN value IS 150 (58.98% from 255) = 41.32%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 49.86%
G = 41.32%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B59620 (or 0xB59620) is known color: Sahara. HEX triplet: B5, 96 and 20. RGB value is (181,150,32). Sum of RGB (Red+Green+Blue) = 181+150+32=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B59620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59620 is #4A69DF. Grayscale: #929292. Windows color (decimal): -4876768 or 2135733. OLE color: 2135733.

HSL color Cylindrical-coordinate representation of color #B59620: hue angle of 47.52º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B59620 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 32 -
CMYK 0 0.17 0.82 0.29
HSL 47.52º 0.7% 0.42% -
HSV(B) 47.52º 0.82% 0.71% -
XYZ 30.22 31.74 5.9 -
YUV 145.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 181 150 32 0 0.17 0.82 0.29 47.52 0.7 0.42
Hex B5 96 20 0 11 52 1D 30 46 2A
Octal 265 226 40 0 21 122 35 60 106 52
Binary 10110101 10010110 100000 0 10001 1010010 11101 110000 1000110 101010

Color Harmonies of #B59620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59620

Black with #B59620

Text Example


Text Example

White with #B59620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59620; }

 p { color: rgb(181,150,32); }

 H1.HeaderClassName
 {
   color: #B59620;
 }
 .AnyTagClassName
 {
   color: #B59620;
 }
</style>

background-color css

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

 a { background-color: rgb(181,150,32); }

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

border-color css

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

 span { border-color: rgb(181,150,32); }

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