Html Css Color HEX #B70B5C Jazzberry Jam

📋 copy color: '#B70B5C'

red 183 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #B70B5C

Tints of Jazzberry Jam #B70B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.85%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 63.99%
G = 3.85%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B70B5C (or 0xB70B5C) is known color: Jazzberry Jam. HEX triplet: B7, 0B and 5C. RGB value is (183,11,92). Sum of RGB (Red+Green+Blue) = 183+11+92=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B5C is #48F4A3. Grayscale: #474747. Windows color (decimal): -4781220 or 6032311. OLE color: 6032311.

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

Color convert

RGB 183 11 92 -
CMYK 0 0.94 0.50 0.28
HSL 331.74º 0.89% 0.38% -
HSV(B) 331.74º 0.94% 0.72% -
XYZ 21.58 11.08 11.13 -
YUV 71.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 183 11 92 0 0.94 0.50 0.28 331.74 0.89 0.38
Hex B7 B 5C 0 5E 32 1C 14C 59 26
Octal 267 13 134 0 136 62 34 514 131 46
Binary 10110111 1011 1011100 0 1011110 110010 11100 101001100 1011001 100110

Color Harmonies of #B70B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B5C

Black with #B70B5C

Text Example


Text Example

White with #B70B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B5C; }

 p { color: rgb(183,11,92); }

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

background-color css

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

 a { background-color: rgb(183,11,92); }

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

border-color css

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

 span { border-color: rgb(183,11,92); }

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