Html Css Color HEX #BF0157 Jazzberry Jam

📋 copy color: '#BF0157'

red 191 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #BF0157

Tints of Jazzberry Jam #BF0157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 68.46%
G = 0.36%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF0157 (or 0xBF0157) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 57. RGB value is (191,1,87). Sum of RGB (Red+Green+Blue) = 191+1+87=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0157 is #40FEA8. Grayscale: #434343. Windows color (decimal): -4259497 or 5702079. OLE color: 5702079.

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

Color convert

RGB 191 1 87 -
CMYK 0 0.99 0.54 0.25
HSL 332.84º 0.99% 0.38% -
HSV(B) 332.84º 0.99% 0.75% -
XYZ 23.22 11.79 10.07 -
YUV 67.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 191 1 87 0 0.99 0.54 0.25 332.84 0.99 0.38
Hex BF 1 57 0 63 36 19 14D 63 26
Octal 277 1 127 0 143 66 31 515 143 46
Binary 10111111 1 1010111 0 1100011 110110 11001 101001101 1100011 100110

Color Harmonies of #BF0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0157

Black with #BF0157

Text Example


Text Example

White with #BF0157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0157; }

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

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

background-color css

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

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

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

border-color css

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

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

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