#BB784E

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

Shades of Brandy Punch #BB784E

Tints of Brandy Punch #BB784E

Color information

#BB784E (or 0xBB784E) is unknown color: approx Brandy Punch. HEX triplet: BB, 78 and 4E. RGB value is (187,120,78). Sum of RGB (Red+Green+Blue) = 187+120+78=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB784E is #4487B1. Grayscale: #878787. Windows color (decimal): -4491186 or 5142715. OLE color: 5142715.

HSL color Cylindrical-coordinate representation of color #BB784E: hue angle of 23.12º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB784E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18712078-
CMYK00.360.580.27
HSL23.12º44.49%51.96%-
HSV(B)23.12º58.29%73.33%-
XYZ28.5924.5510.44-
YUV135.2495.7164.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=48.57%
G=31.17%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871207800.360.580.2723.1244.4951.96
HexBB784E0243A1B172c34
Octal2731701160447233275464
Binary101110111111000100111001001001110101101110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB784E; }

 p { color: rgb(187,120,78); }

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

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

 a { background-color: rgb(187,120,78); }

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

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

 span { border-color: rgb(187,120,78); }

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