Html Css Color HEX #B1216F Jazzberry Jam

📋 copy color: '#B1216F'

red 177 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #B1216F

Tints of Jazzberry Jam #B1216F

RGB

 RED value IS 177 (69.53% from 255) = 55.14%

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 55.14%
G = 10.28%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1216F (or 0xB1216F) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 6F. RGB value is (177,33,111). Sum of RGB (Red+Green+Blue) = 177+33+111=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1216F is #4EDE90. Grayscale: #545454. Windows color (decimal): -5168785 or 7283121. OLE color: 7283121.

HSL color Cylindrical-coordinate representation of color #B1216F: hue angle of 327.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1216F is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 111 -
CMYK 0 0.81 0.37 0.31
HSL 327.5º 0.69% 0.41% -
HSV(B) 327.5º 0.81% 0.69% -
XYZ 21.54 11.58 16.14 -
YUV 84.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 177 33 111 0 0.81 0.37 0.31 327.5 0.69 0.41
Hex B1 21 6F 0 51 25 1F 148 45 29
Octal 261 41 157 0 121 45 37 510 105 51
Binary 10110001 100001 1101111 0 1010001 100101 11111 101001000 1000101 101001

Color Harmonies of #B1216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1216F

Black with #B1216F

Text Example


Text Example

White with #B1216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1216F; }

 p { color: rgb(177,33,111); }

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

background-color css

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

 a { background-color: rgb(177,33,111); }

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

border-color css

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

 span { border-color: rgb(177,33,111); }

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