#BB7F4A

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

Shades of Brandy Punch #BB7F4A

Tints of Brandy Punch #BB7F4A

Color information

#BB7F4A (or 0xBB7F4A) is unknown color: approx Brandy Punch. HEX triplet: BB, 7F and 4A. RGB value is (187,127,74). Sum of RGB (Red+Green+Blue) = 187+127+74=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F4A is #4480B5. Grayscale: #8B8B8B. Windows color (decimal): -4489398 or 4882363. OLE color: 4882363.

HSL color Cylindrical-coordinate representation of color #BB7F4A: hue angle of 28.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB7F4A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18712774-
CMYK00.320.600.27
HSL28.14º45.38%51.18%-
HSV(B)28.14º60.43%73.33%-
XYZ29.3226.2410-
YUV138.991.38162.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=48.20%
G=32.73%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871277400.320.600.2728.1445.3851.18
HexBB7F4A0203C1B1c2d33
Octal2731771120407433345563
Binary101110111111111100101001000001111001101111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F4A; }

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

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

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

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

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

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

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

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