Html Css Color HEX #BF155A Jazzberry Jam

📋 copy color: '#BF155A'

red 191 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #BF155A

Tints of Jazzberry Jam #BF155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 63.25%
G = 6.95%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF155A (or 0xBF155A) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 5A. RGB value is (191,21,90). Sum of RGB (Red+Green+Blue) = 191+21+90=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF155A is #40EAA5. Grayscale: #4F4F4F. Windows color (decimal): -4254374 or 5903807. OLE color: 5903807.

HSL color Cylindrical-coordinate representation of color #BF155A: hue angle of 335.65º 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 #BF155A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 90 -
CMYK 0 0.89 0.53 0.25
HSL 335.65º 0.8% 0.42% -
HSV(B) 335.65º 0.89% 0.75% -
XYZ 23.6 12.35 10.81 -
YUV 79.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 191 21 90 0 0.89 0.53 0.25 335.65 0.8 0.42
Hex BF 15 5A 0 59 35 19 150 50 2A
Octal 277 25 132 0 131 65 31 520 120 52
Binary 10111111 10101 1011010 0 1011001 110101 11001 101010000 1010000 101010

Color Harmonies of #BF155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF155A

Black with #BF155A

Text Example


Text Example

White with #BF155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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