Html Css Color HEX #BF0C59 Jazzberry Jam

📋 copy color: '#BF0C59'

red 191 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #BF0C59

Tints of Jazzberry Jam #BF0C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 65.41%
G = 4.11%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF0C59 (or 0xBF0C59) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 59. RGB value is (191,12,89). Sum of RGB (Red+Green+Blue) = 191+12+89=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C59 is #40F3A6. Grayscale: #4A4A4A. Windows color (decimal): -4256679 or 5835967. OLE color: 5835967.

HSL color Cylindrical-coordinate representation of color #BF0C59: hue angle of 334.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C59 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 89 -
CMYK 0 0.94 0.53 0.25
HSL 334.19º 0.88% 0.4% -
HSV(B) 334.19º 0.94% 0.75% -
XYZ 23.42 12.06 10.54 -
YUV 74.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 191 12 89 0 0.94 0.53 0.25 334.19 0.88 0.4
Hex BF C 59 0 5E 35 19 14E 58 28
Octal 277 14 131 0 136 65 31 516 130 50
Binary 10111111 1100 1011001 0 1011110 110101 11001 101001110 1011000 101000

Color Harmonies of #BF0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C59

Black with #BF0C59

Text Example


Text Example

White with #BF0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C59; }

 p { color: rgb(191,12,89); }

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

background-color css

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

 a { background-color: rgb(191,12,89); }

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

border-color css

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

 span { border-color: rgb(191,12,89); }

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