#B49C77

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

Shades of Bronco #B49C77

Tints of Bronco #B49C77

Color information

#B49C77 (or 0xB49C77) is unknown color: approx Bronco. HEX triplet: B4, 9C and 77. RGB value is (180,156,119). Sum of RGB (Red+Green+Blue) = 180+156+119=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C77 is #4B6388. Grayscale: #9F9F9F. Windows color (decimal): -4940681 or 7838900. OLE color: 7838900.

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

Color convert

RGB180156119-
CMYK00.130.340.29
HSL36.39º28.91%58.63%-
HSV(B)36.39º33.89%70.59%-
XYZ34.0434.8122.38-
YUV158.96105.45143.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=39.56%
G=34.29%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015611900.130.340.2936.3928.9158.63
HexB49C770D221D241d3b
Octal2642341670154235443573
Binary10110100100111001110111011011000101110110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C77; }

 p { color: rgb(180,156,119); }

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

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

 a { background-color: rgb(180,156,119); }

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

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

 span { border-color: rgb(180,156,119); }

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