Html Css Color HEX #BF015C Jazzberry Jam

📋 copy color: '#BF015C'

red 191 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #BF015C

Tints of Jazzberry Jam #BF015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 67.25%
G = 0.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF015C (or 0xBF015C) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 5C. RGB value is (191,1,92). Sum of RGB (Red+Green+Blue) = 191+1+92=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF015C is #40FEA3. Grayscale: #444444. Windows color (decimal): -4259492 or 6029759. OLE color: 6029759.

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

Color convert

RGB 191 1 92 -
CMYK 0 0.99 0.52 0.25
HSL 331.26º 0.99% 0.38% -
HSV(B) 331.26º 0.99% 0.75% -
XYZ 23.43 11.87 11.18 -
YUV 68.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 191 1 92 0 0.99 0.52 0.25 331.26 0.99 0.38
Hex BF 1 5C 0 63 34 19 14B 63 26
Octal 277 1 134 0 143 64 31 513 143 46
Binary 10111111 1 1011100 0 1100011 110100 11001 101001011 1100011 100110

Color Harmonies of #BF015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF015C

Black with #BF015C

Text Example


Text Example

White with #BF015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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