#B61862

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

Shades of Jazzberry Jam #B61862

Tints of Jazzberry Jam #B61862

Color information

#B61862 (or 0xB61862) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 18 and 62. RGB value is (182,24,98). Sum of RGB (Red+Green+Blue) = 182+24+98=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B61862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61862 is #49E79D. Grayscale: #4F4F4F. Windows color (decimal): -4843422 or 6428854. OLE color: 6428854.

HSL color Cylindrical-coordinate representation of color #B61862: hue angle of 331.9º 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 #B61862 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1822498-
CMYK00.870.460.29
HSL331.9º76.7%40.39%-
HSV(B)331.9º86.81%71.37%-
XYZ21.8211.4812.62-
YUV79.68138.35200.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=59.87%
G=7.89%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182249800.870.460.29331.976.740.39
HexB618620572E1D14c4d28
Octal266301420127563551411550
Binary1011011011000110001001010111101110111011010011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61862; }

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

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

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

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

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

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

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

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