Html Css Color HEX #BF0857 Jazzberry Jam

📋 copy color: '#BF0857'

red 191 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #BF0857

Tints of Jazzberry Jam #BF0857

RGB

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

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

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

R = 66.78%
G = 2.8%
B = 30.42%

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

#BF0857 (or 0xBF0857) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 57. RGB value is (191,8,87). Sum of RGB (Red+Green+Blue) = 191+8+87=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0857 is #40F7A8. Grayscale: #474747. Windows color (decimal): -4257705 or 5703871. OLE color: 5703871.

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

Color convert

RGB 191 8 87 -
CMYK 0 0.96 0.54 0.25
HSL 334.1º 0.92% 0.39% -
HSV(B) 334.1º 0.96% 0.75% -
XYZ 23.29 11.94 10.09 -
YUV 71.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 191 8 87 0 0.96 0.54 0.25 334.1 0.92 0.39
Hex BF 8 57 0 60 36 19 14E 5C 27
Octal 277 10 127 0 140 66 31 516 134 47
Binary 10111111 1000 1010111 0 1100000 110110 11001 101001110 1011100 100111

Color Harmonies of #BF0857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0857

Black with #BF0857

Text Example


Text Example

White with #BF0857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0857; }

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

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

background-color css

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

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

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

border-color css

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

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

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