#BB7F50

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

Shades of Brandy Punch #BB7F50

Tints of Brandy Punch #BB7F50

Color information

#BB7F50 (or 0xBB7F50) is unknown color: approx Brandy Punch. HEX triplet: BB, 7F and 50. RGB value is (187,127,80). Sum of RGB (Red+Green+Blue) = 187+127+80=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F50 is #4480AF. Grayscale: #8B8B8B. Windows color (decimal): -4489392 or 5275579. OLE color: 5275579.

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

Color convert

RGB18712780-
CMYK00.320.570.27
HSL26.36º44.03%52.35%-
HSV(B)26.36º57.22%73.33%-
XYZ29.5326.3211.11-
YUV139.5894.38161.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=47.46%
G=32.23%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871278000.320.570.2726.3644.0352.35
HexBB7F50020391B1a2c34
Octal2731771200407133325464
Binary101110111111111101000001000001110011101111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F50; }

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

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

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

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

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

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

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

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