#B77A52

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

Shades of Brandy Punch #B77A52

Tints of Brandy Punch #B77A52

Color information

#B77A52 (or 0xB77A52) is unknown color: approx Brandy Punch. HEX triplet: B7, 7A and 52. RGB value is (183,122,82). Sum of RGB (Red+Green+Blue) = 183+122+82=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A52 is #4885AD. Grayscale: #878787. Windows color (decimal): -4752814 or 5405367. OLE color: 5405367.

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

Color convert

RGB18312282-
CMYK00.330.550.28
HSL23.76º41.22%51.96%-
HSV(B)23.76º55.19%71.76%-
XYZ28.0124.611.25-
YUV135.6897.71161.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=47.29%
G=31.52%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831228200.330.550.2823.7641.2251.96
HexB77A52021371C182934
Octal2671721220416734305164
Binary101101111111010101001001000011101111110011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A52; }

 p { color: rgb(183,122,82); }

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

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

 a { background-color: rgb(183,122,82); }

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

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

 span { border-color: rgb(183,122,82); }

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