Html Css Color HEX #B59E20 Sahara

📋 copy color: '#B59E20'

red 181 ◦ green 158 ◦ blue 32

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

Shades of Sahara #B59E20

Tints of Sahara #B59E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

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

R = 48.79%
G = 42.59%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B59E20 (or 0xB59E20) is known color: Sahara. HEX triplet: B5, 9E and 20. RGB value is (181,158,32). Sum of RGB (Red+Green+Blue) = 181+158+32=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E20 is #4A61DF. Grayscale: #979797. Windows color (decimal): -4874720 or 2137781. OLE color: 2137781.

HSL color Cylindrical-coordinate representation of color #B59E20: hue angle of 50.74º 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 #B59E20 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 158 32 -
CMYK 0 0.13 0.82 0.29
HSL 50.74º 0.7% 0.42% -
HSV(B) 50.74º 0.82% 0.71% -
XYZ 31.54 34.38 6.34 -
YUV 150.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 181 158 32 0 0.13 0.82 0.29 50.74 0.7 0.42
Hex B5 9E 20 0 D 52 1D 33 46 2A
Octal 265 236 40 0 15 122 35 63 106 52
Binary 10110101 10011110 100000 0 1101 1010010 11101 110011 1000110 101010

Color Harmonies of #B59E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59E20

Black with #B59E20

Text Example


Text Example

White with #B59E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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