Html Css Color HEX #BF0049 Jazzberry Jam

📋 copy color: '#BF0049'

red 191 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #BF0049

Tints of Jazzberry Jam #BF0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 72.35%
G = 0%
B = 27.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF0049 (or 0xBF0049) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 49. RGB value is (191,0,73). Sum of RGB (Red+Green+Blue) = 191+0+73=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0049 is #40FFB6. Grayscale: #414141. Windows color (decimal): -4259767 or 4784319. OLE color: 4784319.

HSL color Cylindrical-coordinate representation of color #BF0049: hue angle of 337.07º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0049 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 73 -
CMYK 0 1 0.62 0.25
HSL 337.07º 1% 0.37% -
HSV(B) 337.07º 1% 0.75% -
XYZ 22.69 11.56 7.34 -
YUV 65.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 191 0 73 0 1 0.62 0.25 337.07 1 0.37
Hex BF 0 49 0 64 3E 19 151 64 25
Octal 277 0 111 0 144 76 31 521 144 45
Binary 10111111 0 1001001 0 1100100 111110 11001 101010001 1100100 100101

Color Harmonies of #BF0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0049

Black with #BF0049

Text Example


Text Example

White with #BF0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0049; }

 p { color: rgb(191,0,73); }

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

background-color css

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

 a { background-color: rgb(191,0,73); }

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

border-color css

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

 span { border-color: rgb(191,0,73); }

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