Html Css Color HEX #BF1162 Jazzberry Jam

📋 copy color: '#BF1162'

red 191 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #BF1162

Tints of Jazzberry Jam #BF1162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 62.42%
G = 5.56%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF1162 (or 0xBF1162) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 62. RGB value is (191,17,98). Sum of RGB (Red+Green+Blue) = 191+17+98=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1162 is #40EE9D. Grayscale: #4E4E4E. Windows color (decimal): -4255390 or 6427071. OLE color: 6427071.

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

Color convert

RGB 191 17 98 -
CMYK 0 0.91 0.49 0.25
HSL 332.07º 0.84% 0.41% -
HSV(B) 332.07º 0.91% 0.75% -
XYZ 23.89 12.36 12.68 -
YUV 78.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 191 17 98 0 0.91 0.49 0.25 332.07 0.84 0.41
Hex BF 11 62 0 5B 31 19 14C 54 29
Octal 277 21 142 0 133 61 31 514 124 51
Binary 10111111 10001 1100010 0 1011011 110001 11001 101001100 1010100 101001

Color Harmonies of #BF1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1162

Black with #BF1162

Text Example


Text Example

White with #BF1162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1162; }

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

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

background-color css

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

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

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

border-color css

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

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

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