Html Css Color HEX #B59020 Sahara

📋 copy color: '#B59020'

red 181 ◦ green 144 ◦ blue 32

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

Shades of Sahara #B59020

Tints of Sahara #B59020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

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

R = 50.7%
G = 40.34%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B59020 (or 0xB59020) is known color: Sahara. HEX triplet: B5, 90 and 20. RGB value is (181,144,32). Sum of RGB (Red+Green+Blue) = 181+144+32=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B59020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59020 is #4A6FDF. Grayscale: #8E8E8E. Windows color (decimal): -4878304 or 2134197. OLE color: 2134197.

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

Color convert

RGB 181 144 32 -
CMYK 0 0.20 0.82 0.29
HSL 45.1º 0.7% 0.42% -
HSV(B) 45.1º 0.82% 0.71% -
XYZ 29.29 29.87 5.59 -
YUV 142.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 181 144 32 0 0.20 0.82 0.29 45.1 0.7 0.42
Hex B5 90 20 0 14 52 1D 2D 46 2A
Octal 265 220 40 0 24 122 35 55 106 52
Binary 10110101 10010000 100000 0 10100 1010010 11101 101101 1000110 101010

Color Harmonies of #B59020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59020

Black with #B59020

Text Example


Text Example

White with #B59020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59020; }

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

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

background-color css

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

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

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

border-color css

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

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

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