Html Css Color HEX #BF0151 Jazzberry Jam

📋 copy color: '#BF0151'

red 191 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #BF0151

Tints of Jazzberry Jam #BF0151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 69.96%
G = 0.37%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF0151 (or 0xBF0151) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 51. RGB value is (191,1,81). Sum of RGB (Red+Green+Blue) = 191+1+81=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0151 is #40FEAE. Grayscale: #424242. Windows color (decimal): -4259503 or 5308863. OLE color: 5308863.

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

Color convert

RGB 191 1 81 -
CMYK 0 0.99 0.58 0.25
HSL 334.74º 0.99% 0.38% -
HSV(B) 334.74º 0.99% 0.75% -
XYZ 22.98 11.69 8.83 -
YUV 66.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 191 1 81 0 0.99 0.58 0.25 334.74 0.99 0.38
Hex BF 1 51 0 63 3A 19 14F 63 26
Octal 277 1 121 0 143 72 31 517 143 46
Binary 10111111 1 1010001 0 1100011 111010 11001 101001111 1100011 100110

Color Harmonies of #BF0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0151

Black with #BF0151

Text Example


Text Example

White with #BF0151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0151; }

 p { color: rgb(191,1,81); }

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

background-color css

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

 a { background-color: rgb(191,1,81); }

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

border-color css

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

 span { border-color: rgb(191,1,81); }

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