Html Css Color HEX #B61558 Jazzberry Jam

📋 copy color: '#B61558'

red 182 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #B61558

Tints of Jazzberry Jam #B61558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 62.54%
G = 7.22%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B61558 (or 0xB61558) is known color: Jazzberry Jam. HEX triplet: B6, 15 and 58. RGB value is (182,21,88). Sum of RGB (Red+Green+Blue) = 182+21+88=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B61558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61558 is #49EAA7. Grayscale: #4C4C4C. Windows color (decimal): -4844200 or 5772726. OLE color: 5772726.

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

Color convert

RGB 182 21 88 -
CMYK 0 0.88 0.52 0.29
HSL 335.03º 0.79% 0.4% -
HSV(B) 335.03º 0.88% 0.71% -
XYZ 21.32 11.19 10.27 -
YUV 76.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 182 21 88 0 0.88 0.52 0.29 335.03 0.79 0.4
Hex B6 15 58 0 58 34 1D 14F 4F 28
Octal 266 25 130 0 130 64 35 517 117 50
Binary 10110110 10101 1011000 0 1011000 110100 11101 101001111 1001111 101000

Color Harmonies of #B61558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61558

Black with #B61558

Text Example


Text Example

White with #B61558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61558; }

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

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

background-color css

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

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

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

border-color css

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

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

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