Html Css Color HEX #BF0161 Jazzberry Jam

📋 copy color: '#BF0161'

red 191 ◦ green 1 ◦ blue 97

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

Shades of Jazzberry Jam #BF0161

Tints of Jazzberry Jam #BF0161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 66.09%
G = 0.35%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0161 (or 0xBF0161) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 61. RGB value is (191,1,97). Sum of RGB (Red+Green+Blue) = 191+1+97=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0161 is #40FE9E. Grayscale: #444444. Windows color (decimal): -4259487 or 6357439. OLE color: 6357439.

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

Color convert

RGB 191 1 97 -
CMYK 0 0.99 0.49 0.25
HSL 329.68º 0.99% 0.38% -
HSV(B) 329.68º 0.99% 0.75% -
XYZ 23.65 11.96 12.37 -
YUV 68.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 191 1 97 0 0.99 0.49 0.25 329.68 0.99 0.38
Hex BF 1 61 0 63 31 19 14A 63 26
Octal 277 1 141 0 143 61 31 512 143 46
Binary 10111111 1 1100001 0 1100011 110001 11001 101001010 1100011 100110

Color Harmonies of #BF0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0161

Black with #BF0161

Text Example


Text Example

White with #BF0161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0161; }

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

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

background-color css

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

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

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

border-color css

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

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

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