Html Css Color HEX #BF0858 Jazzberry Jam

📋 copy color: '#BF0858'

red 191 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #BF0858

Tints of Jazzberry Jam #BF0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 66.55%
G = 2.79%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF0858 (or 0xBF0858) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 58. RGB value is (191,8,88). Sum of RGB (Red+Green+Blue) = 191+8+88=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0858 is #40F7A7. Grayscale: #474747. Windows color (decimal): -4257704 or 5769407. OLE color: 5769407.

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

Color convert

RGB 191 8 88 -
CMYK 0 0.96 0.54 0.25
HSL 333.77º 0.92% 0.39% -
HSV(B) 333.77º 0.96% 0.75% -
XYZ 23.33 11.95 10.31 -
YUV 71.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 191 8 88 0 0.96 0.54 0.25 333.77 0.92 0.39
Hex BF 8 58 0 60 36 19 14E 5C 27
Octal 277 10 130 0 140 66 31 516 134 47
Binary 10111111 1000 1011000 0 1100000 110110 11001 101001110 1011100 100111

Color Harmonies of #BF0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0858

Black with #BF0858

Text Example


Text Example

White with #BF0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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