#B2A08A

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

Shades of Bronco #B2A08A

Tints of Bronco #B2A08A

Color information

#B2A08A (or 0xB2A08A) is unknown color: approx Bronco. HEX triplet: B2, A0 and 8A. RGB value is (178,160,138). Sum of RGB (Red+Green+Blue) = 178+160+138=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A08A is #4D5F75. Grayscale: #A2A2A2. Windows color (decimal): -5070710 or 9085106. OLE color: 9085106.

HSL color Cylindrical-coordinate representation of color #B2A08A: hue angle of 33º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A08A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178160138-
CMYK00.100.220.30
HSL33º20.62%61.96%-
HSV(B)33º22.47%69.8%-
XYZ35.5236.4429.21-
YUV162.87113.96138.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=37.39%
G=33.61%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816013800.100.220.303320.6261.96
HexB2A08A0A161E21153e
Octal2622402120122636412576
Binary10110010101000001000101001010101101111010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A08A; }

 p { color: rgb(178,160,138); }

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

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

 a { background-color: rgb(178,160,138); }

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

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

 span { border-color: rgb(178,160,138); }

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