Html Css Color HEX #B59420 Sahara

📋 copy color: '#B59420'

red 181 ◦ green 148 ◦ blue 32

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

Shades of Sahara #B59420

Tints of Sahara #B59420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 50.14%
G = 41%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B59420 (or 0xB59420) is known color: Sahara. HEX triplet: B5, 94 and 20. RGB value is (181,148,32). Sum of RGB (Red+Green+Blue) = 181+148+32=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B59420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59420 is #4A6BDF. Grayscale: #919191. Windows color (decimal): -4877280 or 2135221. OLE color: 2135221.

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

Color convert

RGB 181 148 32 -
CMYK 0 0.18 0.82 0.29
HSL 46.71º 0.7% 0.42% -
HSV(B) 46.71º 0.82% 0.71% -
XYZ 29.91 31.11 5.79 -
YUV 144.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 181 148 32 0 0.18 0.82 0.29 46.71 0.7 0.42
Hex B5 94 20 0 12 52 1D 2F 46 2A
Octal 265 224 40 0 22 122 35 57 106 52
Binary 10110101 10010100 100000 0 10010 1010010 11101 101111 1000110 101010

Color Harmonies of #B59420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59420

Black with #B59420

Text Example


Text Example

White with #B59420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59420; }

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

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

background-color css

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

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

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

border-color css

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

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

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