Html Css Color HEX #B59A32 Sahara

📋 copy color: '#B59A32'

red 181 ◦ green 154 ◦ blue 50

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

Shades of Sahara #B59A32

Tints of Sahara #B59A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 47.01%
G = 40%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B59A32 (or 0xB59A32) is known color: Sahara. HEX triplet: B5, 9A and 32. RGB value is (181,154,50). Sum of RGB (Red+Green+Blue) = 181+154+50=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A32 is #4A65CD. Grayscale: #969696. Windows color (decimal): -4875726 or 3316405. OLE color: 3316405.

HSL color Cylindrical-coordinate representation of color #B59A32: hue angle of 47.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B59A32 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 50 -
CMYK 0 0.15 0.72 0.29
HSL 47.63º 0.57% 0.45% -
HSV(B) 47.63º 0.72% 0.71% -
XYZ 31.19 33.17 7.78 -
YUV 150.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 181 154 50 0 0.15 0.72 0.29 47.63 0.57 0.45
Hex B5 9A 32 0 F 48 1D 30 39 2D
Octal 265 232 62 0 17 110 35 60 71 55
Binary 10110101 10011010 110010 0 1111 1001000 11101 110000 111001 101101

Color Harmonies of #B59A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A32

Black with #B59A32

Text Example


Text Example

White with #B59A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A32; }

 p { color: rgb(181,154,50); }

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

background-color css

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

 a { background-color: rgb(181,154,50); }

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

border-color css

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

 span { border-color: rgb(181,154,50); }

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