#B77850

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

Shades of Brandy Punch #B77850

Tints of Brandy Punch #B77850

Color information

#B77850 (or 0xB77850) is unknown color: approx Brandy Punch. HEX triplet: B7, 78 and 50. RGB value is (183,120,80). Sum of RGB (Red+Green+Blue) = 183+120+80=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77850 is #4887AF. Grayscale: #868686. Windows color (decimal): -4753328 or 5273783. OLE color: 5273783.

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

Color convert

RGB18312080-
CMYK00.340.560.28
HSL23.3º41.7%51.57%-
HSV(B)23.3º56.28%71.76%-
XYZ27.6924.0810.78-
YUV134.2897.37162.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=47.78%
G=31.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208000.340.560.2823.341.751.57
HexB77850022381C172a34
Octal2671701200427034275264
Binary101101111111000101000001000101110001110010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77850; }

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

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

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

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

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

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

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

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