#B4A087

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

Shades of Bronco #B4A087

Tints of Bronco #B4A087

Color information

#B4A087 (or 0xB4A087) is unknown color: approx Bronco. HEX triplet: B4, A0 and 87. RGB value is (180,160,135). Sum of RGB (Red+Green+Blue) = 180+160+135=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A087 is #4B5F78. Grayscale: #A3A3A3. Windows color (decimal): -4939641 or 8888500. OLE color: 8888500.

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

Color convert

RGB180160135-
CMYK00.110.250.29
HSL33.33º23.08%61.76%-
HSV(B)33.33º25%70.59%-
XYZ35.7736.5928.1-
YUV163.13112.13140.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=37.89%
G=33.68%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016013500.110.250.2933.3323.0861.76
HexB4A0870B191D21173e
Octal2642402070133135412776
Binary10110100101000001000011101011110011110110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A087; }

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

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

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

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

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

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

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

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