#BB764D

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

Shades of Brandy Punch #BB764D

Tints of Brandy Punch #BB764D

Color information

#BB764D (or 0xBB764D) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 4D. RGB value is (187,118,77). Sum of RGB (Red+Green+Blue) = 187+118+77=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB764D is #4489B2. Grayscale: #868686. Windows color (decimal): -4491699 or 5076667. OLE color: 5076667.

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

Color convert

RGB18711877-
CMYK00.370.590.27
HSL22.36º44.72%51.76%-
HSV(B)22.36º58.82%73.33%-
XYZ28.3124.0610.17-
YUV133.9695.86165.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=48.95%
G=30.89%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871187700.370.590.2722.3644.7251.76
HexBB764D0253B1B162d34
Octal2731661150457333265564
Binary101110111110110100110101001011110111101110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB764D; }

 p { color: rgb(187,118,77); }

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

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

 a { background-color: rgb(187,118,77); }

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

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

 span { border-color: rgb(187,118,77); }

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