Html Css Color HEX #BF024F Jazzberry Jam

📋 copy color: '#BF024F'

red 191 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #BF024F

Tints of Jazzberry Jam #BF024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 70.22%
G = 0.74%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF024F (or 0xBF024F) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 4F. RGB value is (191,2,79). Sum of RGB (Red+Green+Blue) = 191+2+79=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF024F is #40FDB0. Grayscale: #434343. Windows color (decimal): -4259249 or 5178047. OLE color: 5178047.

HSL color Cylindrical-coordinate representation of color #BF024F: hue angle of 335.56º degrees, saturation: 0.98, 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 #BF024F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 79 -
CMYK 0 0.99 0.59 0.25
HSL 335.56º 0.98% 0.38% -
HSV(B) 335.56º 0.99% 0.75% -
XYZ 22.92 11.68 8.44 -
YUV 67.29 134.62 216.24 -
System Red Green Blue C M Y K H S L
Decimal 191 2 79 0 0.99 0.59 0.25 335.56 0.98 0.38
Hex BF 2 4F 0 63 3B 19 150 62 26
Octal 277 2 117 0 143 73 31 520 142 46
Binary 10111111 10 1001111 0 1100011 111011 11001 101010000 1100010 100110

Color Harmonies of #BF024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF024F

Black with #BF024F

Text Example


Text Example

White with #BF024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF024F; }

 p { color: rgb(191,2,79); }

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

background-color css

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

 a { background-color: rgb(191,2,79); }

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

border-color css

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

 span { border-color: rgb(191,2,79); }

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