Html Css Color HEX #B70851 Jazzberry Jam

📋 copy color: '#B70851'

red 183 ◦ green 8 ◦ blue 81

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

Shades of Jazzberry Jam #B70851

Tints of Jazzberry Jam #B70851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 67.28%
G = 2.94%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B70851 (or 0xB70851) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 51. RGB value is (183,8,81). Sum of RGB (Red+Green+Blue) = 183+8+81=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B70851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70851 is #48F7AE. Grayscale: #444444. Windows color (decimal): -4781999 or 5310647. OLE color: 5310647.

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

Color convert

RGB 183 8 81 -
CMYK 0 0.96 0.56 0.28
HSL 334.97º 0.92% 0.37% -
HSV(B) 334.97º 0.96% 0.72% -
XYZ 21.1 10.84 8.76 -
YUV 68.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 183 8 81 0 0.96 0.56 0.28 334.97 0.92 0.37
Hex B7 8 51 0 60 38 1C 14F 5C 25
Octal 267 10 121 0 140 70 34 517 134 45
Binary 10110111 1000 1010001 0 1100000 111000 11100 101001111 1011100 100101

Color Harmonies of #B70851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70851

Black with #B70851

Text Example


Text Example

White with #B70851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70851; }

 p { color: rgb(183,8,81); }

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

background-color css

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

 a { background-color: rgb(183,8,81); }

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

border-color css

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

 span { border-color: rgb(183,8,81); }

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