#B49F7F

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

Shades of Bronco #B49F7F

Tints of Bronco #B49F7F

Color information

#B49F7F (or 0xB49F7F) is unknown color: approx Bronco. HEX triplet: B4, 9F and 7F. RGB value is (180,159,127). Sum of RGB (Red+Green+Blue) = 180+159+127=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F7F is #4B6080. Grayscale: #A1A1A1. Windows color (decimal): -4939905 or 8363956. OLE color: 8363956.

HSL color Cylindrical-coordinate representation of color #B49F7F: hue angle of 36.23º 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 #B49F7F is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180159127-
CMYK00.120.290.29
HSL36.23º26.11%60.2%-
HSV(B)36.23º29.44%70.59%-
XYZ35.0536.0325.19-
YUV161.63108.46141.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 127 (50% from 255) = 27.25%
R=38.63%
G=34.12%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015912700.120.290.2936.2326.1160.2
HexB49F7F0C1D1D241a3c
Octal2642371770143535443274
Binary1011010010011111111111101100111011110110010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F7F; }

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

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

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

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

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

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

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

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