#B19E7E

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

Shades of Bronco #B19E7E

Tints of Bronco #B19E7E

Color information

#B19E7E (or 0xB19E7E) is unknown color: approx Bronco. HEX triplet: B1, 9E and 7E. RGB value is (177,158,126). Sum of RGB (Red+Green+Blue) = 177+158+126=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7E is #4E6181. Grayscale: #A0A0A0. Windows color (decimal): -5136770 or 8298161. OLE color: 8298161.

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

Color convert

RGB177158126-
CMYK00.110.290.31
HSL37.65º24.64%59.41%-
HSV(B)37.65º28.81%69.41%-
XYZ34.1235.3124.76-
YUV160.03108.79140.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=38.39%
G=34.27%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715812600.110.290.3137.6524.6459.41
HexB19E7E0B1D1F26193b
Octal2612361760133537463173
Binary1011000110011110111111001011111011111110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E7E; }

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

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

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

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

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

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

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

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