#B6024D

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

Shades of Jazzberry Jam #B6024D

Tints of Jazzberry Jam #B6024D

Color information

#B6024D (or 0xB6024D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 02 and 4D. RGB value is (182,2,77). Sum of RGB (Red+Green+Blue) = 182+2+77=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6024D is #49FDB2. Grayscale: #404040. Windows color (decimal): -4849075 or 5046966. OLE color: 5046966.

HSL color Cylindrical-coordinate representation of color #B6024D: hue angle of 335º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6024D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB182277-
CMYK00.990.580.29
HSL335º97.83%36.08%-
HSV(B)335º98.9%71.37%-
XYZ20.6510.527.96-
YUV64.37135.13211.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.73%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=69.73%
G=0.77%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18227700.990.580.2933597.8336.08
HexB624D0633A1D14f6224
Octal26621150143723551714244
Binary1011011010100110101100011111010111011010011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6024D; }

 p { color: rgb(182,2,77); }

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

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

 a { background-color: rgb(182,2,77); }

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

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

 span { border-color: rgb(182,2,77); }

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