#B19E84

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

Shades of Bronco #B19E84

Tints of Bronco #B19E84

Color information

#B19E84 (or 0xB19E84) is unknown color: approx Bronco. HEX triplet: B1, 9E and 84. RGB value is (177,158,132). Sum of RGB (Red+Green+Blue) = 177+158+132=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E84 is #4E617B. Grayscale: #A0A0A0. Windows color (decimal): -5136764 or 8691377. OLE color: 8691377.

HSL color Cylindrical-coordinate representation of color #B19E84: hue angle of 34.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19E84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB177158132-
CMYK00.110.250.31
HSL34.67º22.39%60.59%-
HSV(B)34.67º25.42%69.41%-
XYZ34.5235.4726.86-
YUV160.72111.79139.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=37.90%
G=33.83%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715813200.110.250.3134.6722.3960.59
HexB19E840B191F23163d
Octal2612362040133137432675
Binary10110001100111101000010001011110011111110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E84; }

 p { color: rgb(177,158,132); }

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

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

 a { background-color: rgb(177,158,132); }

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

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

 span { border-color: rgb(177,158,132); }

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