#B77745

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

Shades of Brandy Punch #B77745

Tints of Brandy Punch #B77745

Color information

#B77745 (or 0xB77745) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 45. RGB value is (183,119,69). Sum of RGB (Red+Green+Blue) = 183+119+69=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B77745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77745 is #4888BA. Grayscale: #848484. Windows color (decimal): -4753595 or 4552631. OLE color: 4552631.

HSL color Cylindrical-coordinate representation of color #B77745: hue angle of 26.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B77745 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18311969-
CMYK00.350.620.28
HSL26.32º45.24%49.41%-
HSV(B)26.32º62.3%71.76%-
XYZ27.223.698.77-
YUV132.4492.2164.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=49.33%
G=32.08%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831196900.350.620.2826.3245.2449.41
HexB777450233E1C1a2d31
Octal2671671050437634325561
Binary101101111110111100010101000111111101110011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77745; }

 p { color: rgb(183,119,69); }

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

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

 a { background-color: rgb(183,119,69); }

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

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

 span { border-color: rgb(183,119,69); }

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