Html Css Color HEX #BF0657 Jazzberry Jam

📋 copy color: '#BF0657'

red 191 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #BF0657

Tints of Jazzberry Jam #BF0657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 67.25%
G = 2.11%
B = 30.63%

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

#BF0657 (or 0xBF0657) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 57. RGB value is (191,6,87). Sum of RGB (Red+Green+Blue) = 191+6+87=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0657 is #40F9A8. Grayscale: #464646. Windows color (decimal): -4258217 or 5703359. OLE color: 5703359.

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

Color convert

RGB 191 6 87 -
CMYK 0 0.97 0.54 0.25
HSL 333.73º 0.94% 0.39% -
HSV(B) 333.73º 0.97% 0.75% -
XYZ 23.27 11.89 10.09 -
YUV 70.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 191 6 87 0 0.97 0.54 0.25 333.73 0.94 0.39
Hex BF 6 57 0 61 36 19 14E 5E 27
Octal 277 6 127 0 141 66 31 516 136 47
Binary 10111111 110 1010111 0 1100001 110110 11001 101001110 1011110 100111

Color Harmonies of #BF0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0657

Black with #BF0657

Text Example


Text Example

White with #BF0657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0657; }

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

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

background-color css

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

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

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

border-color css

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

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

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