#b61865

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

Shades of Jazzberry Jam #B61865

Tints of Jazzberry Jam #B61865

Color information

#B61865 (or 0xB61865) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 18 and 65. RGB value is (182,24,101). Sum of RGB (Red+Green+Blue) = 182+24+101=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B61865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61865 is #49E79A. Grayscale: #4F4F4F. Windows color (decimal): -4843419 or 6625462. OLE color: 6625462.

HSL color Cylindrical-coordinate representation of color #B61865: hue angle of 330.76º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61865 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18224101-
CMYK00.870.450.29
HSL330.76º76.7%40.39%-
HSV(B)330.76º86.81%71.37%-
XYZ21.9711.5413.38-
YUV80.02139.85200.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=59.28%
G=7.82%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822410100.870.450.29330.7676.740.39
HexB618650572D1D14b4d28
Octal266301450127553551311550
Binary1011011011000110010101010111101101111011010010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61865; }

 p { color: rgb(182,24,101); }

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

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

 a { background-color: rgb(182,24,101); }

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

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

 span { border-color: rgb(182,24,101); }

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