Html Css Color HEX #BF1462 Jazzberry Jam

📋 copy color: '#BF1462'

red 191 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #BF1462

Tints of Jazzberry Jam #BF1462

RGB

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

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

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

R = 61.81%
G = 6.47%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF1462 (or 0xBF1462) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 62. RGB value is (191,20,98). Sum of RGB (Red+Green+Blue) = 191+20+98=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1462 is #40EB9D. Grayscale: #4F4F4F. Windows color (decimal): -4254622 or 6427839. OLE color: 6427839.

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

Color convert

RGB 191 20 98 -
CMYK 0 0.90 0.49 0.25
HSL 332.63º 0.81% 0.41% -
HSV(B) 332.63º 0.9% 0.75% -
XYZ 23.94 12.46 12.7 -
YUV 80.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 191 20 98 0 0.90 0.49 0.25 332.63 0.81 0.41
Hex BF 14 62 0 5A 31 19 14D 51 29
Octal 277 24 142 0 132 61 31 515 121 51
Binary 10111111 10100 1100010 0 1011010 110001 11001 101001101 1010001 101001

Color Harmonies of #BF1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1462

Black with #BF1462

Text Example


Text Example

White with #BF1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1462; }

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

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

background-color css

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

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

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

border-color css

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

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

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