#B61266

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

Shades of Jazzberry Jam #B61266

Tints of Jazzberry Jam #B61266

Color information

#B61266 (or 0xB61266) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 12 and 66. RGB value is (182,18,102). Sum of RGB (Red+Green+Blue) = 182+18+102=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B61266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61266 is #49ED99. Grayscale: #4C4C4C. Windows color (decimal): -4844954 or 6689462. OLE color: 6689462.

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

Color convert

RGB18218102-
CMYK00.900.440.29
HSL329.27º82%39.22%-
HSV(B)329.27º90.11%71.37%-
XYZ21.9111.3413.6-
YUV76.61142.33203.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=60.26%
G=5.96%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821810200.900.440.29329.278239.22
HexB6126605A2C1D1495227
Octal266221460132543551112247
Binary1011011010010110011001011010101100111011010010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61266; }

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

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

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

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

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

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

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

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