#B19E88

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

Shades of Bronco #B19E88

Tints of Bronco #B19E88

Color information

#B19E88 (or 0xB19E88) is unknown color: approx Bronco. HEX triplet: B1, 9E and 88. RGB value is (177,158,136). Sum of RGB (Red+Green+Blue) = 177+158+136=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E88 is #4E6177. Grayscale: #A1A1A1. Windows color (decimal): -5136760 or 8953521. OLE color: 8953521.

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

Color convert

RGB177158136-
CMYK00.110.230.31
HSL32.2º20.81%61.37%-
HSV(B)32.2º23.16%69.41%-
XYZ34.835.5828.33-
YUV161.17113.79139.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=37.58%
G=33.55%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715813600.110.230.3132.220.8161.37
HexB19E880B171F20153d
Octal2612362100132737402575
Binary10110001100111101000100001011101111111110000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E88; }

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

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

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

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

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

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

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

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