Html Css Color HEX #B70F5E Jazzberry Jam

📋 copy color: '#B70F5E'

red 183 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #B70F5E

Tints of Jazzberry Jam #B70F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 62.67%
G = 5.14%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B70F5E (or 0xB70F5E) is known color: Jazzberry Jam. HEX triplet: B7, 0F and 5E. RGB value is (183,15,94). Sum of RGB (Red+Green+Blue) = 183+15+94=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F5E is #48F0A1. Grayscale: #4A4A4A. Windows color (decimal): -4780194 or 6164407. OLE color: 6164407.

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

Color convert

RGB 183 15 94 -
CMYK 0 0.92 0.49 0.28
HSL 331.79º 0.85% 0.39% -
HSV(B) 331.79º 0.92% 0.72% -
XYZ 21.72 11.22 11.61 -
YUV 74.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 183 15 94 0 0.92 0.49 0.28 331.79 0.85 0.39
Hex B7 F 5E 0 5C 31 1C 14C 55 27
Octal 267 17 136 0 134 61 34 514 125 47
Binary 10110111 1111 1011110 0 1011100 110001 11100 101001100 1010101 100111

Color Harmonies of #B70F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F5E

Black with #B70F5E

Text Example


Text Example

White with #B70F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F5E; }

 p { color: rgb(183,15,94); }

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

background-color css

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

 a { background-color: rgb(183,15,94); }

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

border-color css

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

 span { border-color: rgb(183,15,94); }

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