Html Css Color HEX #B70A5E Jazzberry Jam

📋 copy color: '#B70A5E'

red 183 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #B70A5E

Tints of Jazzberry Jam #B70A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

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

R = 63.76%
G = 3.48%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B70A5E (or 0xB70A5E) is known color: Jazzberry Jam. HEX triplet: B7, 0A and 5E. RGB value is (183,10,94). Sum of RGB (Red+Green+Blue) = 183+10+94=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A5E is #48F5A1. Grayscale: #474747. Windows color (decimal): -4781474 or 6163127. OLE color: 6163127.

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

Color convert

RGB 183 10 94 -
CMYK 0 0.95 0.49 0.28
HSL 330.87º 0.9% 0.38% -
HSV(B) 330.87º 0.95% 0.72% -
XYZ 21.66 11.09 11.59 -
YUV 71.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 183 10 94 0 0.95 0.49 0.28 330.87 0.9 0.38
Hex B7 A 5E 0 5F 31 1C 14B 5A 26
Octal 267 12 136 0 137 61 34 513 132 46
Binary 10110111 1010 1011110 0 1011111 110001 11100 101001011 1011010 100110

Color Harmonies of #B70A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70A5E

Black with #B70A5E

Text Example


Text Example

White with #B70A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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