Html Css Color HEX #BF1269 Jazzberry Jam

📋 copy color: '#BF1269'

red 191 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #BF1269

Tints of Jazzberry Jam #BF1269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 60.83%
G = 5.73%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF1269 (or 0xBF1269) is known color: Jazzberry Jam. HEX triplet: BF, 12 and 69. RGB value is (191,18,105). Sum of RGB (Red+Green+Blue) = 191+18+105=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1269 is #40ED96. Grayscale: #4F4F4F. Windows color (decimal): -4255127 or 6886079. OLE color: 6886079.

HSL color Cylindrical-coordinate representation of color #BF1269: hue angle of 329.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1269 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 105 -
CMYK 0 0.91 0.45 0.25
HSL 329.83º 0.83% 0.41% -
HSV(B) 329.83º 0.91% 0.75% -
XYZ 24.25 12.53 14.5 -
YUV 79.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 191 18 105 0 0.91 0.45 0.25 329.83 0.83 0.41
Hex BF 12 69 0 5B 2D 19 14A 53 29
Octal 277 22 151 0 133 55 31 512 123 51
Binary 10111111 10010 1101001 0 1011011 101101 11001 101001010 1010011 101001

Color Harmonies of #BF1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1269

Black with #BF1269

Text Example


Text Example

White with #BF1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1269; }

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

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

background-color css

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

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

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

border-color css

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

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

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