#B8216B

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

Shades of Jazzberry Jam #B8216B

Tints of Jazzberry Jam #B8216B

Color information

#B8216B (or 0xB8216B) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 21 and 6B. RGB value is (184,33,107). Sum of RGB (Red+Green+Blue) = 184+33+107=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8216B is #47DE94. Grayscale: #565656. Windows color (decimal): -4710037 or 7020984. OLE color: 7020984.

HSL color Cylindrical-coordinate representation of color #B8216B: hue angle of 330.6º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8216B is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18433107-
CMYK00.820.420.28
HSL330.6º69.59%42.55%-
HSV(B)330.6º82.07%72.16%-
XYZ22.9612.3415.08-
YUV86.58139.53197.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=56.79%
G=10.19%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843310700.820.420.28330.669.5942.55
HexB8216B0522A1C14b462b
Octal270411530122523451310653
Binary10111000100001110101101010010101010111001010010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8216B; }

 p { color: rgb(184,33,107); }

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

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

 a { background-color: rgb(184,33,107); }

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

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

 span { border-color: rgb(184,33,107); }

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