Html Css Color HEX #B19320 Sahara

📋 copy color: '#B19320'

red 177 ◦ green 147 ◦ blue 32

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

Shades of Sahara #B19320

Tints of Sahara #B19320

RGB

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

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

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

R = 49.72%
G = 41.29%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B19320 (or 0xB19320) is known color: Sahara. HEX triplet: B1, 93 and 20. RGB value is (177,147,32). Sum of RGB (Red+Green+Blue) = 177+147+32=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B19320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19320 is #4E6CDF. Grayscale: #8F8F8F. Windows color (decimal): -5139680 or 2134961. OLE color: 2134961.

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

Color convert

RGB 177 147 32 -
CMYK 0 0.17 0.82 0.31
HSL 47.59º 0.69% 0.41% -
HSV(B) 47.59º 0.82% 0.69% -
XYZ 28.83 30.32 5.7 -
YUV 142.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 177 147 32 0 0.17 0.82 0.31 47.59 0.69 0.41
Hex B1 93 20 0 11 52 1F 30 45 29
Octal 261 223 40 0 21 122 37 60 105 51
Binary 10110001 10010011 100000 0 10001 1010010 11111 110000 1000101 101001

Color Harmonies of #B19320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19320

Black with #B19320

Text Example


Text Example

White with #B19320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19320; }

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

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

background-color css

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

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

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

border-color css

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

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

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