#B19E83

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

Shades of Bronco #B19E83

Tints of Bronco #B19E83

Color information

#B19E83 (or 0xB19E83) is unknown color: approx Bronco. HEX triplet: B1, 9E and 83. RGB value is (177,158,131). Sum of RGB (Red+Green+Blue) = 177+158+131=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E83 is #4E617C. Grayscale: #A0A0A0. Windows color (decimal): -5136765 or 8625841. OLE color: 8625841.

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

Color convert

RGB177158131-
CMYK00.110.260.31
HSL35.22º22.77%60.39%-
HSV(B)35.22º25.99%69.41%-
XYZ34.4635.4426.5-
YUV160.6111.29139.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=37.98%
G=33.91%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715813100.110.260.3135.2222.7760.39
HexB19E830B1A1F23173c
Octal2612362030133237432774
Binary10110001100111101000001101011110101111110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E83; }

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

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

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

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

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

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

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

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