#B77950

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

Shades of Brandy Punch #B77950

Tints of Brandy Punch #B77950

Color information

#B77950 (or 0xB77950) is unknown color: approx Brandy Punch. HEX triplet: B7, 79 and 50. RGB value is (183,121,80). Sum of RGB (Red+Green+Blue) = 183+121+80=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77950 is #4886AF. Grayscale: #878787. Windows color (decimal): -4753072 or 5274039. OLE color: 5274039.

HSL color Cylindrical-coordinate representation of color #B77950: hue angle of 23.88º 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 #B77950 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18312180-
CMYK00.340.560.28
HSL23.88º41.7%51.57%-
HSV(B)23.88º56.28%71.76%-
XYZ27.8124.3210.82-
YUV134.8697.04162.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=47.66%
G=31.51%
B=20.83%

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
Decimal1831218000.340.560.2823.8841.751.57
HexB77950022381C182a34
Octal2671711200427034305264
Binary101101111111001101000001000101110001110011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77950; }

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

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

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

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

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

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

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

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