Html Css Color HEX #BF0159 Jazzberry Jam

📋 copy color: '#BF0159'

red 191 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #BF0159

Tints of Jazzberry Jam #BF0159

RGB

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

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

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

R = 67.97%
G = 0.36%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF0159 (or 0xBF0159) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 59. RGB value is (191,1,89). Sum of RGB (Red+Green+Blue) = 191+1+89=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0159 is #40FEA6. Grayscale: #434343. Windows color (decimal): -4259495 or 5833151. OLE color: 5833151.

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

Color convert

RGB 191 1 89 -
CMYK 0 0.99 0.53 0.25
HSL 332.21º 0.99% 0.38% -
HSV(B) 332.21º 0.99% 0.75% -
XYZ 23.3 11.82 10.5 -
YUV 67.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 191 1 89 0 0.99 0.53 0.25 332.21 0.99 0.38
Hex BF 1 59 0 63 35 19 14C 63 26
Octal 277 1 131 0 143 65 31 514 143 46
Binary 10111111 1 1011001 0 1100011 110101 11001 101001100 1100011 100110

Color Harmonies of #BF0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0159

Black with #BF0159

Text Example


Text Example

White with #BF0159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0159; }

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

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

background-color css

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

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

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

border-color css

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

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

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