#B0A084

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

Shades of Bronco #B0A084

Tints of Bronco #B0A084

Color information

#B0A084 (or 0xB0A084) is unknown color: approx Bronco. HEX triplet: B0, A0 and 84. RGB value is (176,160,132). Sum of RGB (Red+Green+Blue) = 176+160+132=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A084 is #4F5F7B. Grayscale: #A1A1A1. Windows color (decimal): -5201788 or 8691888. OLE color: 8691888.

HSL color Cylindrical-coordinate representation of color #B0A084: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A084 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176160132-
CMYK00.090.250.31
HSL38.18º21.78%60.39%-
HSV(B)38.18º25%69.02%-
XYZ34.6436.0426.96-
YUV161.59111.3138.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=37.61%
G=34.19%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616013200.090.250.3138.1821.7860.39
HexB0A08409191F26163c
Octal2602402040113137462674
Binary10110000101000001000010001001110011111110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A084; }

 p { color: rgb(176,160,132); }

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

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

 a { background-color: rgb(176,160,132); }

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

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

 span { border-color: rgb(176,160,132); }

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