#B19A7F

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

Shades of Bronco #B19A7F

Tints of Bronco #B19A7F

Color information

#B19A7F (or 0xB19A7F) is unknown color: approx Bronco. HEX triplet: B1, 9A and 7F. RGB value is (177,154,127). Sum of RGB (Red+Green+Blue) = 177+154+127=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7F is #4E6580. Grayscale: #9D9D9D. Windows color (decimal): -5137793 or 8362673. OLE color: 8362673.

HSL color Cylindrical-coordinate representation of color #B19A7F: hue angle of 32.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19A7F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177154127-
CMYK00.130.280.31
HSL32.4º24.27%59.61%-
HSV(B)32.4º28.25%69.41%-
XYZ33.5233.9924.87-
YUV157.8110.62141.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 127 (50% from 255) = 27.73%
R=38.65%
G=33.62%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715412700.130.280.3132.424.2759.61
HexB19A7F0D1C1F20183c
Octal2612321770153437403074
Binary1011000110011010111111101101111001111110000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A7F; }

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

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

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

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

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

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

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

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