#b1a07f

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

Shades of Bronco #B1A07F

Tints of Bronco #B1A07F

Color information

#B1A07F (or 0xB1A07F) is unknown color: approx Bronco. HEX triplet: B1, A0 and 7F. RGB value is (177,160,127). Sum of RGB (Red+Green+Blue) = 177+160+127=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A07F is #4E5F80. Grayscale: #A1A1A1. Windows color (decimal): -5136257 or 8364209. OLE color: 8364209.

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

Color convert

RGB177160127-
CMYK00.100.280.31
HSL39.6º24.27%59.61%-
HSV(B)39.6º28.25%69.41%-
XYZ34.5336.0225.21-
YUV161.32108.63139.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 127 (50% from 255) = 27.37%
R=38.15%
G=34.48%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716012700.100.280.3139.624.2759.61
HexB1A07F0A1C1F28183c
Octal2612401770123437503074
Binary1011000110100000111111101010111001111110100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a07f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a07f; }

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

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

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

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

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

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

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

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