Html Css Color HEX #B61370 Jazzberry Jam

📋 copy color: '#B61370'

red 182 ◦ green 19 ◦ blue 112

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

Shades of Jazzberry Jam #B61370

Tints of Jazzberry Jam #B61370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 58.15%
G = 6.07%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B61370 (or 0xB61370) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 70. RGB value is (182,19,112). Sum of RGB (Red+Green+Blue) = 182+19+112=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B61370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61370 is #49EC8F. Grayscale: #4E4E4E. Windows color (decimal): -4844688 or 7345078. OLE color: 7345078.

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

Color convert

RGB 182 19 112 -
CMYK 0 0.90 0.38 0.29
HSL 325.77º 0.81% 0.39% -
HSV(B) 325.77º 0.9% 0.71% -
XYZ 22.45 11.58 16.38 -
YUV 78.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 182 19 112 0 0.90 0.38 0.29 325.77 0.81 0.39
Hex B6 13 70 0 5A 26 1D 146 51 27
Octal 266 23 160 0 132 46 35 506 121 47
Binary 10110110 10011 1110000 0 1011010 100110 11101 101000110 1010001 100111

Color Harmonies of #B61370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61370

Black with #B61370

Text Example


Text Example

White with #B61370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61370; }

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

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

background-color css

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

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

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

border-color css

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

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

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