#B49F7E

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

Shades of Bronco #B49F7E

Tints of Bronco #B49F7E

Color information

#B49F7E (or 0xB49F7E) is unknown color: approx Bronco. HEX triplet: B4, 9F and 7E. RGB value is (180,159,126). Sum of RGB (Red+Green+Blue) = 180+159+126=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F7E is #4B6081. Grayscale: #A1A1A1. Windows color (decimal): -4939906 or 8298420. OLE color: 8298420.

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

Color convert

RGB180159126-
CMYK00.120.30.29
HSL36.67º26.47%60%-
HSV(B)36.67º30%70.59%-
XYZ34.9936.0124.84-
YUV161.52107.96141.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=38.71%
G=34.19%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015912600.120.30.2936.6726.4760
HexB49F7E0C1E1D251a3c
Octal2642371760143635453274
Binary1011010010011111111111001100111101110110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F7E; }

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

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

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

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

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

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

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

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