#B0A07F

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

Shades of Bronco #B0A07F

Tints of Bronco #B0A07F

Color information

#B0A07F (or 0xB0A07F) is unknown color: approx Bronco. HEX triplet: B0, A0 and 7F. RGB value is (176,160,127). Sum of RGB (Red+Green+Blue) = 176+160+127=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A07F is #4F5F80. Grayscale: #A1A1A1. Windows color (decimal): -5201793 or 8364208. OLE color: 8364208.

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

Color convert

RGB176160127-
CMYK00.090.280.31
HSL40.41º23.67%59.41%-
HSV(B)40.41º27.84%69.02%-
XYZ34.3135.925.2-
YUV161.02108.8138.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 127 (50% from 255) = 27.43%
R=38.01%
G=34.56%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616012700.090.280.3140.4123.6759.41
HexB0A07F091C1F28183b
Octal2602401770113437503073
Binary1011000010100000111111101001111001111110100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A07F; }

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

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

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

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

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

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

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

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