#B7774F

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

Shades of Brandy Punch #B7774F

Tints of Brandy Punch #B7774F

Color information

#B7774F (or 0xB7774F) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 4F. RGB value is (183,119,79). Sum of RGB (Red+Green+Blue) = 183+119+79=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7774F is #4888B0. Grayscale: #858585. Windows color (decimal): -4753585 or 5207991. OLE color: 5207991.

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

Color convert

RGB18311979-
CMYK00.350.570.28
HSL23.08º41.94%51.37%-
HSV(B)23.08º56.83%71.76%-
XYZ27.5423.8310.54-
YUV133.5897.2163.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=48.03%
G=31.23%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831197900.350.570.2823.0841.9451.37
HexB7774F023391C172a33
Octal2671671170437134275263
Binary101101111110111100111101000111110011110010111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7774F; }

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

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

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

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

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

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

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

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