#B4A080

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

Shades of Bronco #B4A080

Tints of Bronco #B4A080

Color information

#B4A080 (or 0xB4A080) is unknown color: approx Bronco. HEX triplet: B4, A0 and 80. RGB value is (180,160,128). Sum of RGB (Red+Green+Blue) = 180+160+128=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A080 is #4B5F7F. Grayscale: #A2A2A2. Windows color (decimal): -4939648 or 8429748. OLE color: 8429748.

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

Color convert

RGB180160128-
CMYK00.110.290.29
HSL36.92º25.74%60.39%-
HSV(B)36.92º28.89%70.59%-
XYZ35.2936.425.59-
YUV162.33108.63140.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=38.46%
G=34.19%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016012800.110.290.2936.9225.7460.39
HexB4A0800B1D1D251a3c
Octal2642402000133535453274
Binary10110100101000001000000001011111011110110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A080; }

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

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

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

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

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

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

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

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