Html Css Color HEX #B61358 Jazzberry Jam

📋 copy color: '#B61358'

red 182 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #B61358

Tints of Jazzberry Jam #B61358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 62.98%
G = 6.57%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B61358 (or 0xB61358) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 58. RGB value is (182,19,88). Sum of RGB (Red+Green+Blue) = 182+19+88=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B61358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61358 is #49ECA7. Grayscale: #4B4B4B. Windows color (decimal): -4844712 or 5772214. OLE color: 5772214.

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

Color convert

RGB 182 19 88 -
CMYK 0 0.90 0.52 0.29
HSL 334.6º 0.81% 0.39% -
HSV(B) 334.6º 0.9% 0.71% -
XYZ 21.29 11.12 10.26 -
YUV 75.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 182 19 88 0 0.90 0.52 0.29 334.6 0.81 0.39
Hex B6 13 58 0 5A 34 1D 14F 51 27
Octal 266 23 130 0 132 64 35 517 121 47
Binary 10110110 10011 1011000 0 1011010 110100 11101 101001111 1010001 100111

Color Harmonies of #B61358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61358

Black with #B61358

Text Example


Text Example

White with #B61358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61358; }

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

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

background-color css

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

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

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

border-color css

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

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

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