#B8774C

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

Shades of Brandy Punch #B8774C

Tints of Brandy Punch #B8774C

Color information

#B8774C (or 0xB8774C) is unknown color: approx Brandy Punch. HEX triplet: B8, 77 and 4C. RGB value is (184,119,76). Sum of RGB (Red+Green+Blue) = 184+119+76=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8774C is #4788B3. Grayscale: #858585. Windows color (decimal): -4688052 or 5011384. OLE color: 5011384.

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

Color convert

RGB18411976-
CMYK00.350.590.28
HSL23.89º43.2%50.98%-
HSV(B)23.89º58.7%72.16%-
XYZ27.6723.919.99-
YUV133.5395.53164-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=48.55%
G=31.40%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841197600.350.590.2823.8943.250.98
HexB8774C0233B1C182b33
Octal2701671140437334305363
Binary101110001110111100110001000111110111110011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8774C; }

 p { color: rgb(184,119,76); }

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

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

 a { background-color: rgb(184,119,76); }

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

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

 span { border-color: rgb(184,119,76); }

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