Html Css Color HEX #B61564 Jazzberry Jam

📋 copy color: '#B61564'

red 182 ◦ green 21 ◦ blue 100

#B61564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B61564

Tints of Jazzberry Jam #B61564

RGB

 RED value IS 182 (71.48% from 255) = 60.07%

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 60.07%
G = 6.93%
B = 33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B61564 (or 0xB61564) is known color: Jazzberry Jam. HEX triplet: B6, 15 and 64. RGB value is (182,21,100). Sum of RGB (Red+Green+Blue) = 182+21+100=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B61564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61564 is #49EA9B. Grayscale: #4D4D4D. Windows color (decimal): -4844188 or 6559158. OLE color: 6559158.

HSL color Cylindrical-coordinate representation of color #B61564: hue angle of 330.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61564 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 100 -
CMYK 0 0.88 0.45 0.29
HSL 330.56º 0.79% 0.4% -
HSV(B) 330.56º 0.88% 0.71% -
XYZ 21.86 11.4 13.11 -
YUV 78.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 182 21 100 0 0.88 0.45 0.29 330.56 0.79 0.4
Hex B6 15 64 0 58 2D 1D 14B 4F 28
Octal 266 25 144 0 130 55 35 513 117 50
Binary 10110110 10101 1100100 0 1011000 101101 11101 101001011 1001111 101000

Color Harmonies of #B61564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61564

Black with #B61564

Text Example


Text Example

White with #B61564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61564; }

 p { color: rgb(182,21,100); }

 H1.HeaderClassName
 {
   color: #B61564;
 }
 .AnyTagClassName
 {
   color: #B61564;
 }
</style>

background-color css

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

 a { background-color: rgb(182,21,100); }

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

border-color css

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

 span { border-color: rgb(182,21,100); }

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