#BB7945

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

Shades of Brandy Punch #BB7945

Tints of Brandy Punch #BB7945

Color information

#BB7945 (or 0xBB7945) is unknown color: approx Brandy Punch. HEX triplet: BB, 79 and 45. RGB value is (187,121,69). Sum of RGB (Red+Green+Blue) = 187+121+69=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7945 is #4486BA. Grayscale: #878787. Windows color (decimal): -4490939 or 4553147. OLE color: 4553147.

HSL color Cylindrical-coordinate representation of color #BB7945: hue angle of 26.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB7945 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18712169-
CMYK00.350.630.27
HSL26.44º46.46%50.2%-
HSV(B)26.44º63.1%73.33%-
XYZ28.4124.678.89-
YUV134.8190.87165.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=49.60%
G=32.10%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871216900.350.630.2726.4446.4650.2
HexBB79450233F1B1a2e32
Octal2731711050437733325662
Binary101110111111001100010101000111111111101111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7945; }

 p { color: rgb(187,121,69); }

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

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

 a { background-color: rgb(187,121,69); }

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

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

 span { border-color: rgb(187,121,69); }

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