#B19A7E

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

Shades of Bronco #B19A7E

Tints of Bronco #B19A7E

Color information

#B19A7E (or 0xB19A7E) is unknown color: approx Bronco. HEX triplet: B1, 9A and 7E. RGB value is (177,154,126). Sum of RGB (Red+Green+Blue) = 177+154+126=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7E is #4E6581. Grayscale: #9D9D9D. Windows color (decimal): -5137794 or 8297137. OLE color: 8297137.

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

Color convert

RGB177154126-
CMYK00.130.290.31
HSL32.94º24.64%59.41%-
HSV(B)32.94º28.81%69.41%-
XYZ33.4533.9624.53-
YUV157.68110.12141.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=38.73%
G=33.70%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715412600.130.290.3132.9424.6459.41
HexB19A7E0D1D1F21193b
Octal2612321760153537413173
Binary1011000110011010111111001101111011111110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A7E; }

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

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

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

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

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

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

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

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