Html Css Color HEX #BF005E Jazzberry Jam

📋 copy color: '#BF005E'

red 191 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #BF005E

Tints of Jazzberry Jam #BF005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 67.02%
G = 0%
B = 32.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF005E (or 0xBF005E) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 5E. RGB value is (191,0,94). Sum of RGB (Red+Green+Blue) = 191+0+94=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF005E is #40FFA1. Grayscale: #434343. Windows color (decimal): -4259746 or 6160575. OLE color: 6160575.

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

Color convert

RGB 191 0 94 -
CMYK 0 1 0.51 0.25
HSL 330.47º 1% 0.37% -
HSV(B) 330.47º 1% 0.75% -
XYZ 23.51 11.88 11.64 -
YUV 67.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 191 0 94 0 1 0.51 0.25 330.47 1 0.37
Hex BF 0 5E 0 64 33 19 14A 64 25
Octal 277 0 136 0 144 63 31 512 144 45
Binary 10111111 0 1011110 0 1100100 110011 11001 101001010 1100100 100101

Color Harmonies of #BF005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF005E

Black with #BF005E

Text Example


Text Example

White with #BF005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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