#B19E85

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

Shades of Bronco #B19E85

Tints of Bronco #B19E85

Color information

#B19E85 (or 0xB19E85) is unknown color: approx Bronco. HEX triplet: B1, 9E and 85. RGB value is (177,158,133). Sum of RGB (Red+Green+Blue) = 177+158+133=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E85 is #4E617A. Grayscale: #A0A0A0. Windows color (decimal): -5136763 or 8756913. OLE color: 8756913.

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

Color convert

RGB177158133-
CMYK00.110.250.31
HSL34.09º22%60.78%-
HSV(B)34.09º24.86%69.41%-
XYZ34.5935.4927.22-
YUV160.83112.29139.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=37.82%
G=33.76%
B=28.42%

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
Decimal17715813300.110.250.3134.092260.78
HexB19E850B191F22163d
Octal2612362050133137422675
Binary10110001100111101000010101011110011111110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E85; }

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

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

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

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

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

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

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

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