#BB7F4E

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

Shades of Brandy Punch #BB7F4E

Tints of Brandy Punch #BB7F4E

Color information

#BB7F4E (or 0xBB7F4E) is unknown color: approx Brandy Punch. HEX triplet: BB, 7F and 4E. RGB value is (187,127,78). Sum of RGB (Red+Green+Blue) = 187+127+78=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F4E is #4480B1. Grayscale: #8B8B8B. Windows color (decimal): -4489394 or 5144507. OLE color: 5144507.

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

Color convert

RGB18712778-
CMYK00.320.580.27
HSL26.97º44.49%51.96%-
HSV(B)26.97º58.29%73.33%-
XYZ29.4626.2910.73-
YUV139.3593.38161.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=47.70%
G=32.40%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871277800.320.580.2726.9744.4951.96
HexBB7F4E0203A1B1b2c34
Octal2731771160407233335464
Binary101110111111111100111001000001110101101111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F4E; }

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

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

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

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

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

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

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

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