#B77846

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

Shades of Brandy Punch #B77846

Tints of Brandy Punch #B77846

Color information

#B77846 (or 0xB77846) is unknown color: approx Brandy Punch. HEX triplet: B7, 78 and 46. RGB value is (183,120,70). Sum of RGB (Red+Green+Blue) = 183+120+70=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77846 is #4887B9. Grayscale: #858585. Windows color (decimal): -4753338 or 4618423. OLE color: 4618423.

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

Color convert

RGB18312070-
CMYK00.340.620.28
HSL26.55º44.66%49.61%-
HSV(B)26.55º61.75%71.76%-
XYZ27.3523.948.97-
YUV133.1492.37163.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=49.06%
G=32.17%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831207000.340.620.2826.5544.6649.61
HexB778460223E1C1b2d32
Octal2671701060427634335562
Binary101101111111000100011001000101111101110011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77846; }

 p { color: rgb(183,120,70); }

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

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

 a { background-color: rgb(183,120,70); }

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

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

 span { border-color: rgb(183,120,70); }

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