Html Css Color HEX #B49320 Sahara

📋 copy color: '#B49320'

red 180 ◦ green 147 ◦ blue 32

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

Shades of Sahara #B49320

Tints of Sahara #B49320

RGB

 RED value IS 180 (70.7% from 255) = 50.14%

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 50.14%
G = 40.95%
B = 8.91%

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

#B49320 (or 0xB49320) is known color: Sahara. HEX triplet: B4, 93 and 20. RGB value is (180,147,32). Sum of RGB (Red+Green+Blue) = 180+147+32=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B49320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49320 is #4B6CDF. Grayscale: #909090. Windows color (decimal): -4943072 or 2134964. OLE color: 2134964.

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

Color convert

RGB 180 147 32 -
CMYK 0 0.18 0.82 0.29
HSL 46.62º 0.7% 0.42% -
HSV(B) 46.62º 0.82% 0.71% -
XYZ 29.52 30.68 5.73 -
YUV 143.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 180 147 32 0 0.18 0.82 0.29 46.62 0.7 0.42
Hex B4 93 20 0 12 52 1D 2F 46 2A
Octal 264 223 40 0 22 122 35 57 106 52
Binary 10110100 10010011 100000 0 10010 1010010 11101 101111 1000110 101010

Color Harmonies of #B49320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49320

Black with #B49320

Text Example


Text Example

White with #B49320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49320; }

 p { color: rgb(180,147,32); }

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

background-color css

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

 a { background-color: rgb(180,147,32); }

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

border-color css

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

 span { border-color: rgb(180,147,32); }

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