Html Css Color HEX #B70254 Jazzberry Jam

📋 copy color: '#B70254'

red 183 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #B70254

Tints of Jazzberry Jam #B70254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 68.03%
G = 0.74%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B70254 (or 0xB70254) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 54. RGB value is (183,2,84). Sum of RGB (Red+Green+Blue) = 183+2+84=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B70254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70254 is #48FDAB. Grayscale: #414141. Windows color (decimal): -4783532 or 5505719. OLE color: 5505719.

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

Color convert

RGB 183 2 84 -
CMYK 0 0.99 0.54 0.28
HSL 332.82º 0.98% 0.36% -
HSV(B) 332.82º 0.99% 0.72% -
XYZ 21.15 10.75 9.35 -
YUV 65.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 183 2 84 0 0.99 0.54 0.28 332.82 0.98 0.36
Hex B7 2 54 0 63 36 1C 14D 62 24
Octal 267 2 124 0 143 66 34 515 142 44
Binary 10110111 10 1010100 0 1100011 110110 11100 101001101 1100010 100100

Color Harmonies of #B70254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70254

Black with #B70254

Text Example


Text Example

White with #B70254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70254; }

 p { color: rgb(183,2,84); }

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

background-color css

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

 a { background-color: rgb(183,2,84); }

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

border-color css

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

 span { border-color: rgb(183,2,84); }

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