Html Css Color HEX #B19020 Sahara

📋 copy color: '#B19020'

red 177 ◦ green 144 ◦ blue 32

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

Shades of Sahara #B19020

Tints of Sahara #B19020

RGB

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

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

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

R = 50.14%
G = 40.79%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B19020 (or 0xB19020) is known color: Sahara. HEX triplet: B1, 90 and 20. RGB value is (177,144,32). Sum of RGB (Red+Green+Blue) = 177+144+32=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B19020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19020 is #4E6FDF. Grayscale: #8D8D8D. Windows color (decimal): -5140448 or 2134193. OLE color: 2134193.

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

Color convert

RGB 177 144 32 -
CMYK 0 0.19 0.82 0.31
HSL 46.34º 0.69% 0.41% -
HSV(B) 46.34º 0.82% 0.69% -
XYZ 28.37 29.4 5.55 -
YUV 141.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 177 144 32 0 0.19 0.82 0.31 46.34 0.69 0.41
Hex B1 90 20 0 13 52 1F 2E 45 29
Octal 261 220 40 0 23 122 37 56 105 51
Binary 10110001 10010000 100000 0 10011 1010010 11111 101110 1000101 101001

Color Harmonies of #B19020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19020

Black with #B19020

Text Example


Text Example

White with #B19020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19020; }

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

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

background-color css

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

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

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

border-color css

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

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

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