Html Css Color HEX #BF0662 Jazzberry Jam

📋 copy color: '#BF0662'

red 191 ◦ green 6 ◦ blue 98

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

Shades of Jazzberry Jam #BF0662

Tints of Jazzberry Jam #BF0662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 64.75%
G = 2.03%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0662 (or 0xBF0662) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 62. RGB value is (191,6,98). Sum of RGB (Red+Green+Blue) = 191+6+98=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0662 is #40F99D. Grayscale: #474747. Windows color (decimal): -4258206 or 6424255. OLE color: 6424255.

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

Color convert

RGB 191 6 98 -
CMYK 0 0.97 0.49 0.25
HSL 330.16º 0.94% 0.39% -
HSV(B) 330.16º 0.97% 0.75% -
XYZ 23.76 12.09 12.64 -
YUV 71.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 191 6 98 0 0.97 0.49 0.25 330.16 0.94 0.39
Hex BF 6 62 0 61 31 19 14A 5E 27
Octal 277 6 142 0 141 61 31 512 136 47
Binary 10111111 110 1100010 0 1100001 110001 11001 101001010 1011110 100111

Color Harmonies of #BF0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0662

Black with #BF0662

Text Example


Text Example

White with #BF0662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0662; }

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

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

background-color css

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

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

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

border-color css

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

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

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