#B4A089

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

Shades of Bronco #B4A089

Tints of Bronco #B4A089

Color information

#B4A089 (or 0xB4A089) is unknown color: approx Bronco. HEX triplet: B4, A0 and 89. RGB value is (180,160,137). Sum of RGB (Red+Green+Blue) = 180+160+137=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A089 is #4B5F76. Grayscale: #A3A3A3. Windows color (decimal): -4939639 or 9019572. OLE color: 9019572.

HSL color Cylindrical-coordinate representation of color #B4A089: hue angle of 32.09º degrees, saturation: 0.22, 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 #B4A089 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180160137-
CMYK00.110.240.29
HSL32.09º22.28%62.16%-
HSV(B)32.09º23.89%70.59%-
XYZ35.9136.6528.85-
YUV163.36113.13139.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=37.74%
G=33.54%
B=28.72%

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
Decimal18016013700.110.240.2932.0922.2862.16
HexB4A0890B181D20163e
Octal2642402110133035402676
Binary10110100101000001000100101011110001110110000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A089; }

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

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

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

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

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

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

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

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