#B82167

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

Shades of Jazzberry Jam #B82167

Tints of Jazzberry Jam #B82167

Color information

#B82167 (or 0xB82167) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 21 and 67. RGB value is (184,33,103). Sum of RGB (Red+Green+Blue) = 184+33+103=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82167 is #47DE98. Grayscale: #555555. Windows color (decimal): -4710041 or 6758840. OLE color: 6758840.

HSL color Cylindrical-coordinate representation of color #B82167: hue angle of 332.19º 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 #B82167 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18433103-
CMYK00.820.440.28
HSL332.19º69.59%42.55%-
HSV(B)332.19º82.07%72.16%-
XYZ22.7612.2614-
YUV86.13137.53197.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 33 (13.28% from 255) = 10.31%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=57.5%
G=10.31%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843310300.820.440.28332.1969.5942.55
HexB821670522C1C14c462b
Octal270411470122543451410653
Binary10111000100001110011101010010101100111001010011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82167; }

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

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

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

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

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

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

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

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