#B61262

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

Shades of Jazzberry Jam #B61262

Tints of Jazzberry Jam #B61262

Color information

#B61262 (or 0xB61262) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 12 and 62. RGB value is (182,18,98). Sum of RGB (Red+Green+Blue) = 182+18+98=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B61262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61262 is #49ED9D. Grayscale: #4C4C4C. Windows color (decimal): -4844958 or 6427318. OLE color: 6427318.

HSL color Cylindrical-coordinate representation of color #B61262: hue angle of 330.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61262 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1821898-
CMYK00.900.460.29
HSL330.73º82%39.22%-
HSV(B)330.73º90.11%71.37%-
XYZ21.7111.2612.58-
YUV76.16140.33203.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=61.07%
G=6.04%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182189800.900.460.29330.738239.22
HexB6126205A2E1D14b5227
Octal266221420132563551312247
Binary1011011010010110001001011010101110111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61262; }

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

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

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

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

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

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

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

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