#B19F7C

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

Shades of Bronco #B19F7C

Tints of Bronco #B19F7C

Color information

#B19F7C (or 0xB19F7C) is unknown color: approx Bronco. HEX triplet: B1, 9F and 7C. RGB value is (177,159,124). Sum of RGB (Red+Green+Blue) = 177+159+124=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F7C is #4E6083. Grayscale: #A0A0A0. Windows color (decimal): -5136516 or 8167345. OLE color: 8167345.

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

Color convert

RGB177159124-
CMYK00.100.300.31
HSL39.62º25.36%59.02%-
HSV(B)39.62º29.94%69.41%-
XYZ34.1735.624.14-
YUV160.39107.46139.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=38.48%
G=34.57%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715912400.100.300.3139.6225.3659.02
HexB19F7C0A1E1F28193b
Octal2612371740123637503173
Binary1011000110011111111110001010111101111110100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F7C; }

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

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

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

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

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

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

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

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