Html Css Color HEX #B19420 Sahara

📋 copy color: '#B19420'

red 177 ◦ green 148 ◦ blue 32

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

Shades of Sahara #B19420

Tints of Sahara #B19420

RGB

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

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

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

R = 49.58%
G = 41.46%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B19420 (or 0xB19420) is known color: Sahara. HEX triplet: B1, 94 and 20. RGB value is (177,148,32). Sum of RGB (Red+Green+Blue) = 177+148+32=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B19420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19420 is #4E6BDF. Grayscale: #8F8F8F. Windows color (decimal): -5139424 or 2135217. OLE color: 2135217.

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

Color convert

RGB 177 148 32 -
CMYK 0 0.16 0.82 0.31
HSL 48º 0.69% 0.41% -
HSV(B) 48º 0.82% 0.69% -
XYZ 28.98 30.63 5.75 -
YUV 143.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 177 148 32 0 0.16 0.82 0.31 48 0.69 0.41
Hex B1 94 20 0 10 52 1F 30 45 29
Octal 261 224 40 0 20 122 37 60 105 51
Binary 10110001 10010100 100000 0 10000 1010010 11111 110000 1000101 101001

Color Harmonies of #B19420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19420

Black with #B19420

Text Example


Text Example

White with #B19420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19420; }

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

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

background-color css

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

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

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

border-color css

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

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

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