#B2A07D

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

Shades of Bronco #B2A07D

Tints of Bronco #B2A07D

Color information

#B2A07D (or 0xB2A07D) is unknown color: approx Bronco. HEX triplet: B2, A0 and 7D. RGB value is (178,160,125). Sum of RGB (Red+Green+Blue) = 178+160+125=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A07D is #4D5F82. Grayscale: #A1A1A1. Windows color (decimal): -5070723 or 8233138. OLE color: 8233138.

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

Color convert

RGB178160125-
CMYK00.100.300.30
HSL39.62º25.6%59.41%-
HSV(B)39.62º29.78%69.8%-
XYZ34.6336.0924.54-
YUV161.39107.46139.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=38.44%
G=34.56%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816012500.100.300.3039.6225.659.41
HexB2A07D0A1E1E281a3b
Octal2622401750123636503273
Binary1011001010100000111110101010111101111010100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A07D; }

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

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

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

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

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

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

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

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