Html Css Color HEX #B19220 Sahara

📋 copy color: '#B19220'

red 177 ◦ green 146 ◦ blue 32

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

Shades of Sahara #B19220

Tints of Sahara #B19220

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 49.86%
G = 41.13%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B19220 (or 0xB19220) is known color: Sahara. HEX triplet: B1, 92 and 20. RGB value is (177,146,32). Sum of RGB (Red+Green+Blue) = 177+146+32=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B19220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19220 is #4E6DDF. Grayscale: #8E8E8E. Windows color (decimal): -5139936 or 2134705. OLE color: 2134705.

HSL color Cylindrical-coordinate representation of color #B19220: hue angle of 47.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B19220 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 32 -
CMYK 0 0.18 0.82 0.31
HSL 47.17º 0.69% 0.41% -
HSV(B) 47.17º 0.82% 0.69% -
XYZ 28.67 30.01 5.65 -
YUV 142.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 177 146 32 0 0.18 0.82 0.31 47.17 0.69 0.41
Hex B1 92 20 0 12 52 1F 2F 45 29
Octal 261 222 40 0 22 122 37 57 105 51
Binary 10110001 10010010 100000 0 10010 1010010 11111 101111 1000101 101001

Color Harmonies of #B19220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19220

Black with #B19220

Text Example


Text Example

White with #B19220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19220; }

 p { color: rgb(177,146,32); }

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

background-color css

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

 a { background-color: rgb(177,146,32); }

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

border-color css

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

 span { border-color: rgb(177,146,32); }

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