Html Css Color HEX #BF1257 Jazzberry Jam

📋 copy color: '#BF1257'

red 191 ◦ green 18 ◦ blue 87

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

Shades of Jazzberry Jam #BF1257

Tints of Jazzberry Jam #BF1257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 64.53%
G = 6.08%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF1257 (or 0xBF1257) is known color: Jazzberry Jam. HEX triplet: BF, 12 and 57. RGB value is (191,18,87). Sum of RGB (Red+Green+Blue) = 191+18+87=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1257 is #40EDA8. Grayscale: #4D4D4D. Windows color (decimal): -4255145 or 5706431. OLE color: 5706431.

HSL color Cylindrical-coordinate representation of color #BF1257: hue angle of 336.07º degrees, saturation: 0.83, 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 #BF1257 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 87 -
CMYK 0 0.91 0.54 0.25
HSL 336.07º 0.83% 0.41% -
HSV(B) 336.07º 0.91% 0.75% -
XYZ 23.42 12.2 10.14 -
YUV 77.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 191 18 87 0 0.91 0.54 0.25 336.07 0.83 0.41
Hex BF 12 57 0 5B 36 19 150 53 29
Octal 277 22 127 0 133 66 31 520 123 51
Binary 10111111 10010 1010111 0 1011011 110110 11001 101010000 1010011 101001

Color Harmonies of #BF1257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1257

Black with #BF1257

Text Example


Text Example

White with #BF1257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1257; }

 p { color: rgb(191,18,87); }

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

background-color css

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

 a { background-color: rgb(191,18,87); }

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

border-color css

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

 span { border-color: rgb(191,18,87); }

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