Html Css Color HEX #BF0669 Jazzberry Jam

📋 copy color: '#BF0669'

red 191 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #BF0669

Tints of Jazzberry Jam #BF0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 63.25%
G = 1.99%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF0669 (or 0xBF0669) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 69. RGB value is (191,6,105). Sum of RGB (Red+Green+Blue) = 191+6+105=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0669 is #40F996. Grayscale: #484848. Windows color (decimal): -4258199 or 6883007. OLE color: 6883007.

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

Color convert

RGB 191 6 105 -
CMYK 0 0.97 0.45 0.25
HSL 327.89º 0.94% 0.39% -
HSV(B) 327.89º 0.97% 0.75% -
XYZ 24.1 12.23 14.45 -
YUV 72.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 191 6 105 0 0.97 0.45 0.25 327.89 0.94 0.39
Hex BF 6 69 0 61 2D 19 148 5E 27
Octal 277 6 151 0 141 55 31 510 136 47
Binary 10111111 110 1101001 0 1100001 101101 11001 101001000 1011110 100111

Color Harmonies of #BF0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0669

Black with #BF0669

Text Example


Text Example

White with #BF0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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