#B81152

Color #B81152 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B81152

Tints of Jazzberry Jam #B81152

Color information

#B81152 (or 0xB81152) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 11 and 52. RGB value is (184,17,82). Sum of RGB (Red+Green+Blue) = 184+17+82=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B81152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81152 is #47EEAD. Grayscale: #4A4A4A. Windows color (decimal): -4714158 or 5378488. OLE color: 5378488.

HSL color Cylindrical-coordinate representation of color #B81152: hue angle of 336.65º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81152 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1841782-
CMYK00.910.550.28
HSL336.65º83.08%39.41%-
HSV(B)336.65º90.76%72.16%-
XYZ21.4911.29.01-
YUV74.34132.33206.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.02%
GREEN value IS 17 (7.03% from 255) = 6.01%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=65.02%
G=6.01%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184178200.910.550.28336.6583.0839.41
HexB8115205B371C1515327
Octal270211220133673452112347
Binary1011100010001101001001011011110111111001010100011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81152; }

 p { color: rgb(184,17,82); }

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

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

 a { background-color: rgb(184,17,82); }

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

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

 span { border-color: rgb(184,17,82); }

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