#B19A7C

Color #B19A7C Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #B19A7C

Tints of Bronco #B19A7C

Color information

#B19A7C (or 0xB19A7C) is unknown color: approx Bronco. HEX triplet: B1, 9A and 7C. RGB value is (177,154,124). Sum of RGB (Red+Green+Blue) = 177+154+124=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7C is #4E6583. Grayscale: #9D9D9D. Windows color (decimal): -5137796 or 8166065. OLE color: 8166065.

HSL color Cylindrical-coordinate representation of color #B19A7C: hue angle of 33.96º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19A7C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177154124-
CMYK00.130.300.31
HSL33.96º25.36%59.02%-
HSV(B)33.96º29.94%69.41%-
XYZ33.3333.9123.86-
YUV157.46109.12141.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=38.90%
G=33.85%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715412400.130.300.3133.9625.3659.02
HexB19A7C0D1E1F22193b
Octal2612321740153637423173
Binary1011000110011010111110001101111101111110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A7C; }

 p { color: rgb(177,154,124); }

 H1.HeaderClassName
 {
   color: #B19A7C;
 }
 .AnyTagClassName
 {
   color: #B19A7C;
 }
</style>
background-color css

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

 a { background-color: rgb(177,154,124); }

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

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

 span { border-color: rgb(177,154,124); }

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