Html Css Color HEX #BF004F Jazzberry Jam

📋 copy color: '#BF004F'

red 191 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #BF004F

Tints of Jazzberry Jam #BF004F

RGB

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

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

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

R = 70.74%
G = 0%
B = 29.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF004F (or 0xBF004F) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 4F. RGB value is (191,0,79). Sum of RGB (Red+Green+Blue) = 191+0+79=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF004F is #40FFB0. Grayscale: #414141. Windows color (decimal): -4259761 or 5177535. OLE color: 5177535.

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

Color convert

RGB 191 0 79 -
CMYK 0 1 0.59 0.25
HSL 335.18º 1% 0.37% -
HSV(B) 335.18º 1% 0.75% -
XYZ 22.9 11.64 8.44 -
YUV 66.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 191 0 79 0 1 0.59 0.25 335.18 1 0.37
Hex BF 0 4F 0 64 3B 19 14F 64 25
Octal 277 0 117 0 144 73 31 517 144 45
Binary 10111111 0 1001111 0 1100100 111011 11001 101001111 1100100 100101

Color Harmonies of #BF004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF004F

Black with #BF004F

Text Example


Text Example

White with #BF004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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