Html Css Color HEX #B59F28 Sahara

📋 copy color: '#B59F28'

red 181 ◦ green 159 ◦ blue 40

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

Shades of Sahara #B59F28

Tints of Sahara #B59F28

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.84%

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 47.63%
G = 41.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B59F28 (or 0xB59F28) is known color: Sahara. HEX triplet: B5, 9F and 28. RGB value is (181,159,40). Sum of RGB (Red+Green+Blue) = 181+159+40=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F28 is #4A60D7. Grayscale: #989898. Windows color (decimal): -4874456 or 2662325. OLE color: 2662325.

HSL color Cylindrical-coordinate representation of color #B59F28: hue angle of 50.64º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B59F28 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 159 40 -
CMYK 0 0.12 0.78 0.29
HSL 50.64º 0.64% 0.43% -
HSV(B) 50.64º 0.78% 0.71% -
XYZ 31.84 34.77 7.04 -
YUV 152.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 181 159 40 0 0.12 0.78 0.29 50.64 0.64 0.43
Hex B5 9F 28 0 C 4E 1D 33 40 2B
Octal 265 237 50 0 14 116 35 63 100 53
Binary 10110101 10011111 101000 0 1100 1001110 11101 110011 1000000 101011

Color Harmonies of #B59F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F28

Black with #B59F28

Text Example


Text Example

White with #B59F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F28; }

 p { color: rgb(181,159,40); }

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

background-color css

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

 a { background-color: rgb(181,159,40); }

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

border-color css

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

 span { border-color: rgb(181,159,40); }

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