Html Css Color HEX #B70060 Jazzberry Jam

📋 copy color: '#B70060'

red 183 ◦ green 0 ◦ blue 96

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

Shades of Jazzberry Jam #B70060

Tints of Jazzberry Jam #B70060

RGB

 RED value IS 183 (71.88% from 255) = 65.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 65.59%
G = 0%
B = 34.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B70060 (or 0xB70060) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 60. RGB value is (183,0,96). Sum of RGB (Red+Green+Blue) = 183+0+96=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B70060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70060 is #48FF9F. Grayscale: #414141. Windows color (decimal): -4784032 or 6291639. OLE color: 6291639.

HSL color Cylindrical-coordinate representation of color #B70060: hue angle of 328.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70060 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 96 -
CMYK 0 1 0.48 0.28
HSL 328.52º 1% 0.36% -
HSV(B) 328.52º 1% 0.72% -
XYZ 21.64 10.91 12.03 -
YUV 65.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 183 0 96 0 1 0.48 0.28 328.52 1 0.36
Hex B7 0 60 0 64 30 1C 149 64 24
Octal 267 0 140 0 144 60 34 511 144 44
Binary 10110111 0 1100000 0 1100100 110000 11100 101001001 1100100 100100

Color Harmonies of #B70060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70060

Black with #B70060

Text Example


Text Example

White with #B70060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70060; }

 p { color: rgb(183,0,96); }

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

background-color css

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

 a { background-color: rgb(183,0,96); }

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

border-color css

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

 span { border-color: rgb(183,0,96); }

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