Html Css Color HEX #BF0149 Jazzberry Jam

📋 copy color: '#BF0149'

red 191 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #BF0149

Tints of Jazzberry Jam #BF0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 72.08%
G = 0.38%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF0149 (or 0xBF0149) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 49. RGB value is (191,1,73). Sum of RGB (Red+Green+Blue) = 191+1+73=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0149 is #40FEB6. Grayscale: #414141. Windows color (decimal): -4259511 or 4784575. OLE color: 4784575.

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

Color convert

RGB 191 1 73 -
CMYK 0 0.99 0.62 0.25
HSL 337.26º 0.99% 0.38% -
HSV(B) 337.26º 0.99% 0.75% -
XYZ 22.7 11.58 7.34 -
YUV 66.02 131.95 217.15 -
System Red Green Blue C M Y K H S L
Decimal 191 1 73 0 0.99 0.62 0.25 337.26 0.99 0.38
Hex BF 1 49 0 63 3E 19 151 63 26
Octal 277 1 111 0 143 76 31 521 143 46
Binary 10111111 1 1001001 0 1100011 111110 11001 101010001 1100011 100110

Color Harmonies of #BF0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0149

Black with #BF0149

Text Example


Text Example

White with #BF0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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