Html Css Color HEX #B70160 Jazzberry Jam

📋 copy color: '#B70160'

red 183 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #B70160

Tints of Jazzberry Jam #B70160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 65.36%
G = 0.36%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B70160 (or 0xB70160) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 60. RGB value is (183,1,96). Sum of RGB (Red+Green+Blue) = 183+1+96=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B70160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70160 is #48FE9F. Grayscale: #424242. Windows color (decimal): -4783776 or 6291895. OLE color: 6291895.

HSL color Cylindrical-coordinate representation of color #B70160: hue angle of 328.68º degrees, saturation: 0.99, 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 #B70160 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 96 -
CMYK 0 0.99 0.48 0.28
HSL 328.68º 0.99% 0.36% -
HSV(B) 328.68º 0.99% 0.72% -
XYZ 21.65 10.93 12.04 -
YUV 66.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 183 1 96 0 0.99 0.48 0.28 328.68 0.99 0.36
Hex B7 1 60 0 63 30 1C 149 63 24
Octal 267 1 140 0 143 60 34 511 143 44
Binary 10110111 1 1100000 0 1100011 110000 11100 101001001 1100011 100100

Color Harmonies of #B70160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70160

Black with #B70160

Text Example


Text Example

White with #B70160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70160; }

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

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

background-color css

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

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

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

border-color css

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

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

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