Html Css Color HEX #BF1761 Jazzberry Jam

📋 copy color: '#BF1761'

red 191 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #BF1761

Tints of Jazzberry Jam #BF1761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 61.41%
G = 7.4%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF1761 (or 0xBF1761) is known color: Jazzberry Jam. HEX triplet: BF, 17 and 61. RGB value is (191,23,97). Sum of RGB (Red+Green+Blue) = 191+23+97=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1761 is #40E89E. Grayscale: #515151. Windows color (decimal): -4253855 or 6363071. OLE color: 6363071.

HSL color Cylindrical-coordinate representation of color #BF1761: hue angle of 333.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1761 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 23 97 -
CMYK 0 0.88 0.49 0.25
HSL 333.57º 0.79% 0.42% -
HSV(B) 333.57º 0.88% 0.75% -
XYZ 23.95 12.55 12.47 -
YUV 81.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 191 23 97 0 0.88 0.49 0.25 333.57 0.79 0.42
Hex BF 17 61 0 58 31 19 14E 4F 2A
Octal 277 27 141 0 130 61 31 516 117 52
Binary 10111111 10111 1100001 0 1011000 110001 11001 101001110 1001111 101010

Color Harmonies of #BF1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1761

Black with #BF1761

Text Example


Text Example

White with #BF1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1761; }

 p { color: rgb(191,23,97); }

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

background-color css

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

 a { background-color: rgb(191,23,97); }

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

border-color css

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

 span { border-color: rgb(191,23,97); }

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