Html Css Color HEX #BF1152 Jazzberry Jam

📋 copy color: '#BF1152'

red 191 ◦ green 17 ◦ blue 82

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

Shades of Jazzberry Jam #BF1152

Tints of Jazzberry Jam #BF1152

RGB

 RED value IS 191 (75% from 255) = 65.86%

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 65.86%
G = 5.86%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF1152 (or 0xBF1152) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 52. RGB value is (191,17,82). Sum of RGB (Red+Green+Blue) = 191+17+82=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1152 is #40EEAD. Grayscale: #4C4C4C. Windows color (decimal): -4255406 or 5378495. OLE color: 5378495.

HSL color Cylindrical-coordinate representation of color #BF1152: hue angle of 337.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1152 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 82 -
CMYK 0 0.91 0.57 0.25
HSL 337.59º 0.84% 0.41% -
HSV(B) 337.59º 0.91% 0.75% -
XYZ 23.21 12.09 9.09 -
YUV 76.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 191 17 82 0 0.91 0.57 0.25 337.59 0.84 0.41
Hex BF 11 52 0 5B 39 19 152 54 29
Octal 277 21 122 0 133 71 31 522 124 51
Binary 10111111 10001 1010010 0 1011011 111001 11001 101010010 1010100 101001

Color Harmonies of #BF1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1152

Black with #BF1152

Text Example


Text Example

White with #BF1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1152; }

 p { color: rgb(191,17,82); }

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

background-color css

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

 a { background-color: rgb(191,17,82); }

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

border-color css

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

 span { border-color: rgb(191,17,82); }

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