Html Css Color HEX #BF0C56 Jazzberry Jam

📋 copy color: '#BF0C56'

red 191 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #BF0C56

Tints of Jazzberry Jam #BF0C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 66.09%
G = 4.15%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF0C56 (or 0xBF0C56) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 56. RGB value is (191,12,86). Sum of RGB (Red+Green+Blue) = 191+12+86=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C56 is #40F3A9. Grayscale: #494949. Windows color (decimal): -4256682 or 5639359. OLE color: 5639359.

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

Color convert

RGB 191 12 86 -
CMYK 0 0.94 0.55 0.25
HSL 335.2º 0.88% 0.4% -
HSV(B) 335.2º 0.94% 0.75% -
XYZ 23.3 12.01 9.89 -
YUV 73.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 191 12 86 0 0.94 0.55 0.25 335.2 0.88 0.4
Hex BF C 56 0 5E 37 19 14F 58 28
Octal 277 14 126 0 136 67 31 517 130 50
Binary 10111111 1100 1010110 0 1011110 110111 11001 101001111 1011000 101000

Color Harmonies of #BF0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C56

Black with #BF0C56

Text Example


Text Example

White with #BF0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C56; }

 p { color: rgb(191,12,86); }

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

background-color css

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

 a { background-color: rgb(191,12,86); }

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

border-color css

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

 span { border-color: rgb(191,12,86); }

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