#B77849

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

Shades of Brandy Punch #B77849

Tints of Brandy Punch #B77849

Color information

#B77849 (or 0xB77849) is unknown color: approx Brandy Punch. HEX triplet: B7, 78 and 49. RGB value is (183,120,73). Sum of RGB (Red+Green+Blue) = 183+120+73=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77849 is #4887B6. Grayscale: #858585. Windows color (decimal): -4753335 or 4815031. OLE color: 4815031.

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

Color convert

RGB18312073-
CMYK00.340.600.28
HSL25.64º43.31%50.2%-
HSV(B)25.64º60.11%71.76%-
XYZ27.4523.989.49-
YUV133.4893.87163.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=48.67%
G=31.91%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831207300.340.600.2825.6443.3150.2
HexB778490223C1C1a2b32
Octal2671701110427434325362
Binary101101111111000100100101000101111001110011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77849; }

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

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

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

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

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

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

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

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