Html Css Color HEX #B60A70 Jazzberry Jam

📋 copy color: '#B60A70'

red 182 ◦ green 10 ◦ blue 112

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

Shades of Jazzberry Jam #B60A70

Tints of Jazzberry Jam #B60A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.29%

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

R = 59.87%
G = 3.29%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B60A70 (or 0xB60A70) is known color: Jazzberry Jam. HEX triplet: B6, 0A and 70. RGB value is (182,10,112). Sum of RGB (Red+Green+Blue) = 182+10+112=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60A70 is #49F58F. Grayscale: #484848. Windows color (decimal): -4846992 or 7342774. OLE color: 7342774.

HSL color Cylindrical-coordinate representation of color #B60A70: hue angle of 324.42º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A70 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 10 112 -
CMYK 0 0.95 0.38 0.29
HSL 324.42º 0.9% 0.38% -
HSV(B) 324.42º 0.95% 0.71% -
XYZ 22.32 11.33 16.34 -
YUV 73.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 182 10 112 0 0.95 0.38 0.29 324.42 0.9 0.38
Hex B6 A 70 0 5F 26 1D 144 5A 26
Octal 266 12 160 0 137 46 35 504 132 46
Binary 10110110 1010 1110000 0 1011111 100110 11101 101000100 1011010 100110

Color Harmonies of #B60A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60A70

Black with #B60A70

Text Example


Text Example

White with #B60A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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