#B82267

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

Shades of Jazzberry Jam #B82267

Tints of Jazzberry Jam #B82267

Color information

#B82267 (or 0xB82267) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 22 and 67. RGB value is (184,34,103). Sum of RGB (Red+Green+Blue) = 184+34+103=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B82267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82267 is #47DD98. Grayscale: #565656. Windows color (decimal): -4709785 or 6759096. OLE color: 6759096.

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

Color convert

RGB18434103-
CMYK00.820.440.28
HSL332.4º68.81%42.75%-
HSV(B)332.4º81.52%72.16%-
XYZ22.7912.3114.01-
YUV86.72137.2197.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=57.32%
G=10.59%
B=32.09%

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
Decimal1843410300.820.440.28332.468.8142.75
HexB822670522C1C14c452b
Octal270421470122543451410553
Binary10111000100010110011101010010101100111001010011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82267; }

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

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

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

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

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

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

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

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