Html Css Color HEX #BF155B Jazzberry Jam

📋 copy color: '#BF155B'

red 191 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #BF155B

Tints of Jazzberry Jam #BF155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 63.04%
G = 6.93%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF155B (or 0xBF155B) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 5B. RGB value is (191,21,91). Sum of RGB (Red+Green+Blue) = 191+21+91=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF155B is #40EAA4. Grayscale: #4F4F4F. Windows color (decimal): -4254373 or 5969343. OLE color: 5969343.

HSL color Cylindrical-coordinate representation of color #BF155B: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF155B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 91 -
CMYK 0 0.89 0.52 0.25
HSL 335.29º 0.8% 0.42% -
HSV(B) 335.29º 0.89% 0.75% -
XYZ 23.64 12.37 11.04 -
YUV 79.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 191 21 91 0 0.89 0.52 0.25 335.29 0.8 0.42
Hex BF 15 5B 0 59 34 19 14F 50 2A
Octal 277 25 133 0 131 64 31 517 120 52
Binary 10111111 10101 1011011 0 1011001 110100 11001 101001111 1010000 101010

Color Harmonies of #BF155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF155B

Black with #BF155B

Text Example


Text Example

White with #BF155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF155B; }

 p { color: rgb(191,21,91); }

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

background-color css

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

 a { background-color: rgb(191,21,91); }

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

border-color css

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

 span { border-color: rgb(191,21,91); }

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