Html Css Color HEX #B7216C Jazzberry Jam

📋 copy color: '#B7216C'

red 183 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #B7216C

Tints of Jazzberry Jam #B7216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 56.48%
G = 10.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7216C (or 0xB7216C) is known color: Jazzberry Jam. HEX triplet: B7, 21 and 6C. RGB value is (183,33,108). Sum of RGB (Red+Green+Blue) = 183+33+108=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7216C is #48DE93. Grayscale: #565656. Windows color (decimal): -4775572 or 7086519. OLE color: 7086519.

HSL color Cylindrical-coordinate representation of color #B7216C: hue angle of 330º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7216C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 108 -
CMYK 0 0.82 0.41 0.28
HSL 330º 0.69% 0.42% -
HSV(B) 330º 0.82% 0.72% -
XYZ 22.78 12.24 15.35 -
YUV 86.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 183 33 108 0 0.82 0.41 0.28 330 0.69 0.42
Hex B7 21 6C 0 52 29 1C 14A 45 2A
Octal 267 41 154 0 122 51 34 512 105 52
Binary 10110111 100001 1101100 0 1010010 101001 11100 101001010 1000101 101010

Color Harmonies of #B7216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7216C

Black with #B7216C

Text Example


Text Example

White with #B7216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7216C; }

 p { color: rgb(183,33,108); }

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

background-color css

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

 a { background-color: rgb(183,33,108); }

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

border-color css

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

 span { border-color: rgb(183,33,108); }

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