#B61B63

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

Shades of Jazzberry Jam #B61B63

Tints of Jazzberry Jam #B61B63

Color information

#B61B63 (or 0xB61B63) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1B and 63. RGB value is (182,27,99). Sum of RGB (Red+Green+Blue) = 182+27+99=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B63 is #49E49C. Grayscale: #515151. Windows color (decimal): -4842653 or 6495158. OLE color: 6495158.

HSL color Cylindrical-coordinate representation of color #B61B63: hue angle of 332.13º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B63 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1822799-
CMYK00.850.460.29
HSL332.13º74.16%40.98%-
HSV(B)332.13º85.16%71.37%-
XYZ21.9411.6312.89-
YUV81.55137.85199.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=59.09%
G=8.77%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182279900.850.460.29332.1374.1640.98
HexB61B630552E1D14c4a29
Octal266331430125563551411251
Binary1011011011011110001101010101101110111011010011001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B63; }

 p { color: rgb(182,27,99); }

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

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

 a { background-color: rgb(182,27,99); }

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

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

 span { border-color: rgb(182,27,99); }

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