#B4A088

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

Shades of Bronco #B4A088

Tints of Bronco #B4A088

Color information

#B4A088 (or 0xB4A088) is unknown color: approx Bronco. HEX triplet: B4, A0 and 88. RGB value is (180,160,136). Sum of RGB (Red+Green+Blue) = 180+160+136=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A088 is #4B5F77. Grayscale: #A3A3A3. Windows color (decimal): -4939640 or 8954036. OLE color: 8954036.

HSL color Cylindrical-coordinate representation of color #B4A088: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A088 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180160136-
CMYK00.110.240.29
HSL32.73º22.68%61.96%-
HSV(B)32.73º24.44%70.59%-
XYZ35.8436.6228.47-
YUV163.24112.63139.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=37.82%
G=33.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016013600.110.240.2932.7322.6861.96
HexB4A0880B181D21173e
Octal2642402100133035412776
Binary10110100101000001000100001011110001110110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A088; }

 p { color: rgb(180,160,136); }

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

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

 a { background-color: rgb(180,160,136); }

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

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

 span { border-color: rgb(180,160,136); }

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