Html Css Color HEX #BF0C5C Jazzberry Jam

📋 copy color: '#BF0C5C'

red 191 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #BF0C5C

Tints of Jazzberry Jam #BF0C5C

RGB

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

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

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

R = 64.75%
G = 4.07%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF0C5C (or 0xBF0C5C) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 5C. RGB value is (191,12,92). Sum of RGB (Red+Green+Blue) = 191+12+92=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C5C is #40F3A3. Grayscale: #4A4A4A. Windows color (decimal): -4256676 or 6032575. OLE color: 6032575.

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

Color convert

RGB 191 12 92 -
CMYK 0 0.94 0.52 0.25
HSL 333.18º 0.88% 0.4% -
HSV(B) 333.18º 0.94% 0.75% -
XYZ 23.55 12.11 11.22 -
YUV 74.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 191 12 92 0 0.94 0.52 0.25 333.18 0.88 0.4
Hex BF C 5C 0 5E 34 19 14D 58 28
Octal 277 14 134 0 136 64 31 515 130 50
Binary 10111111 1100 1011100 0 1011110 110100 11001 101001101 1011000 101000

Color Harmonies of #BF0C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C5C

Black with #BF0C5C

Text Example


Text Example

White with #BF0C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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