#B77748

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

Shades of Brandy Punch #B77748

Tints of Brandy Punch #B77748

Color information

#B77748 (or 0xB77748) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 48. RGB value is (183,119,72). Sum of RGB (Red+Green+Blue) = 183+119+72=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77748 is #4888B7. Grayscale: #858585. Windows color (decimal): -4753592 or 4749239. OLE color: 4749239.

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

Color convert

RGB18311972-
CMYK00.350.610.28
HSL25.41º43.53%50%-
HSV(B)25.41º60.66%71.76%-
XYZ27.2923.739.27-
YUV132.7893.7163.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=48.93%
G=31.82%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831197200.350.610.2825.4143.5350
HexB777480233D1C192c32
Octal2671671100437534315462
Binary101101111110111100100001000111111011110011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77748; }

 p { color: rgb(183,119,72); }

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

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

 a { background-color: rgb(183,119,72); }

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

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

 span { border-color: rgb(183,119,72); }

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