Html Css Color HEX #B70458 Jazzberry Jam

📋 copy color: '#B70458'

red 183 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #B70458

Tints of Jazzberry Jam #B70458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 66.55%
G = 1.45%
B = 32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B70458 (or 0xB70458) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 58. RGB value is (183,4,88). Sum of RGB (Red+Green+Blue) = 183+4+88=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B70458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70458 is #48FBA7. Grayscale: #424242. Windows color (decimal): -4783016 or 5768375. OLE color: 5768375.

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

Color convert

RGB 183 4 88 -
CMYK 0 0.98 0.52 0.28
HSL 331.84º 0.96% 0.37% -
HSV(B) 331.84º 0.98% 0.72% -
XYZ 21.33 10.86 10.2 -
YUV 67.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 183 4 88 0 0.98 0.52 0.28 331.84 0.96 0.37
Hex B7 4 58 0 62 34 1C 14C 60 25
Octal 267 4 130 0 142 64 34 514 140 45
Binary 10110111 100 1011000 0 1100010 110100 11100 101001100 1100000 100101

Color Harmonies of #B70458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70458

Black with #B70458

Text Example


Text Example

White with #B70458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70458; }

 p { color: rgb(183,4,88); }

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

background-color css

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

 a { background-color: rgb(183,4,88); }

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

border-color css

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

 span { border-color: rgb(183,4,88); }

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