Html Css Color HEX #BF1467 Jazzberry Jam

📋 copy color: '#BF1467'

red 191 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #BF1467

Tints of Jazzberry Jam #BF1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 60.83%
G = 6.37%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF1467 (or 0xBF1467) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 67. RGB value is (191,20,103). Sum of RGB (Red+Green+Blue) = 191+20+103=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1467 is #40EB98. Grayscale: #505050. Windows color (decimal): -4254617 or 6755519. OLE color: 6755519.

HSL color Cylindrical-coordinate representation of color #BF1467: hue angle of 330.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1467 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 103 -
CMYK 0 0.90 0.46 0.25
HSL 330.88º 0.81% 0.41% -
HSV(B) 330.88º 0.9% 0.75% -
XYZ 24.18 12.56 13.98 -
YUV 80.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 191 20 103 0 0.90 0.46 0.25 330.88 0.81 0.41
Hex BF 14 67 0 5A 2E 19 14B 51 29
Octal 277 24 147 0 132 56 31 513 121 51
Binary 10111111 10100 1100111 0 1011010 101110 11001 101001011 1010001 101001

Color Harmonies of #BF1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1467

Black with #BF1467

Text Example


Text Example

White with #BF1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1467; }

 p { color: rgb(191,20,103); }

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

background-color css

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

 a { background-color: rgb(191,20,103); }

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

border-color css

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

 span { border-color: rgb(191,20,103); }

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