Html Css Color HEX #B59C20 Sahara

📋 copy color: '#B59C20'

red 181 ◦ green 156 ◦ blue 32

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

Shades of Sahara #B59C20

Tints of Sahara #B59C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

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

R = 49.05%
G = 42.28%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B59C20 (or 0xB59C20) is known color: Sahara. HEX triplet: B5, 9C and 20. RGB value is (181,156,32). Sum of RGB (Red+Green+Blue) = 181+156+32=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C20 is #4A63DF. Grayscale: #959595. Windows color (decimal): -4875232 or 2137269. OLE color: 2137269.

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

Color convert

RGB 181 156 32 -
CMYK 0 0.14 0.82 0.29
HSL 49.93º 0.7% 0.42% -
HSV(B) 49.93º 0.82% 0.71% -
XYZ 31.21 33.7 6.23 -
YUV 149.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 181 156 32 0 0.14 0.82 0.29 49.93 0.7 0.42
Hex B5 9C 20 0 E 52 1D 32 46 2A
Octal 265 234 40 0 16 122 35 62 106 52
Binary 10110101 10011100 100000 0 1110 1010010 11101 110010 1000110 101010

Color Harmonies of #B59C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C20

Black with #B59C20

Text Example


Text Example

White with #B59C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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