Html Css Color HEX #BF0B61 Jazzberry Jam

📋 copy color: '#BF0B61'

red 191 ◦ green 11 ◦ blue 97

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

Shades of Jazzberry Jam #BF0B61

Tints of Jazzberry Jam #BF0B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 63.88%
G = 3.68%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0B61 (or 0xBF0B61) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 61. RGB value is (191,11,97). Sum of RGB (Red+Green+Blue) = 191+11+97=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B61 is #40F49E. Grayscale: #4A4A4A. Windows color (decimal): -4256927 or 6359999. OLE color: 6359999.

HSL color Cylindrical-coordinate representation of color #BF0B61: hue angle of 331.33º degrees, saturation: 0.89, 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 #BF0B61 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 11 97 -
CMYK 0 0.94 0.49 0.25
HSL 331.33º 0.89% 0.4% -
HSV(B) 331.33º 0.94% 0.75% -
XYZ 23.76 12.18 12.41 -
YUV 74.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 191 11 97 0 0.94 0.49 0.25 331.33 0.89 0.4
Hex BF B 61 0 5E 31 19 14B 59 28
Octal 277 13 141 0 136 61 31 513 131 50
Binary 10111111 1011 1100001 0 1011110 110001 11001 101001011 1011001 101000

Color Harmonies of #BF0B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B61

Black with #BF0B61

Text Example


Text Example

White with #BF0B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B61; }

 p { color: rgb(191,11,97); }

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

background-color css

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

 a { background-color: rgb(191,11,97); }

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

border-color css

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

 span { border-color: rgb(191,11,97); }

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