#BB774E

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

Shades of Brandy Punch #BB774E

Tints of Brandy Punch #BB774E

Color information

#BB774E (or 0xBB774E) is unknown color: approx Brandy Punch. HEX triplet: BB, 77 and 4E. RGB value is (187,119,78). Sum of RGB (Red+Green+Blue) = 187+119+78=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB774E is #4488B1. Grayscale: #868686. Windows color (decimal): -4491442 or 5142459. OLE color: 5142459.

HSL color Cylindrical-coordinate representation of color #BB774E: hue angle of 22.57º 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 #BB774E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18711978-
CMYK00.360.580.27
HSL22.57º44.49%51.96%-
HSV(B)22.57º58.29%73.33%-
XYZ28.4724.3110.4-
YUV134.6696.03165.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=48.70%
G=30.99%
B=20.31%

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
Decimal1871197800.360.580.2722.5744.4951.96
HexBB774E0243A1B172c34
Octal2731671160447233275464
Binary101110111110111100111001001001110101101110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB774E; }

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

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

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

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

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

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

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

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