#B4A07F

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

Shades of Bronco #B4A07F

Tints of Bronco #B4A07F

Color information

#B4A07F (or 0xB4A07F) is unknown color: approx Bronco. HEX triplet: B4, A0 and 7F. RGB value is (180,160,127). Sum of RGB (Red+Green+Blue) = 180+160+127=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A07F is #4B5F80. Grayscale: #A2A2A2. Windows color (decimal): -4939649 or 8364212. OLE color: 8364212.

HSL color Cylindrical-coordinate representation of color #B4A07F: hue angle of 37.36º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A07F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180160127-
CMYK00.110.290.29
HSL37.36º26.11%60.2%-
HSV(B)37.36º29.44%70.59%-
XYZ35.2236.3825.24-
YUV162.22108.13140.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 127 (50% from 255) = 27.19%
R=38.54%
G=34.26%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016012700.110.290.2937.3626.1160.2
HexB4A07F0B1D1D251a3c
Octal2642401770133535453274
Binary1011010010100000111111101011111011110110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A07F; }

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

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

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

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

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

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

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

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