Html Css Color HEX #BF0558 Jazzberry Jam

📋 copy color: '#BF0558'

red 191 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #BF0558

Tints of Jazzberry Jam #BF0558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 67.25%
G = 1.76%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF0558 (or 0xBF0558) is known color: Jazzberry Jam. HEX triplet: BF, 05 and 58. RGB value is (191,5,88). Sum of RGB (Red+Green+Blue) = 191+5+88=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0558 is #40FAA7. Grayscale: #454545. Windows color (decimal): -4258472 or 5768639. OLE color: 5768639.

HSL color Cylindrical-coordinate representation of color #BF0558: hue angle of 333.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0558 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 88 -
CMYK 0 0.97 0.54 0.25
HSL 333.23º 0.95% 0.38% -
HSV(B) 333.23º 0.97% 0.75% -
XYZ 23.3 11.89 10.3 -
YUV 70.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 191 5 88 0 0.97 0.54 0.25 333.23 0.95 0.38
Hex BF 5 58 0 61 36 19 14D 5F 26
Octal 277 5 130 0 141 66 31 515 137 46
Binary 10111111 101 1011000 0 1100001 110110 11001 101001101 1011111 100110

Color Harmonies of #BF0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0558

Black with #BF0558

Text Example


Text Example

White with #BF0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0558; }

 p { color: rgb(191,5,88); }

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

background-color css

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

 a { background-color: rgb(191,5,88); }

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

border-color css

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

 span { border-color: rgb(191,5,88); }

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