Html Css Color HEX #BF0E5C Jazzberry Jam

📋 copy color: '#BF0E5C'

red 191 ◦ green 14 ◦ blue 92

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

Shades of Jazzberry Jam #BF0E5C

Tints of Jazzberry Jam #BF0E5C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

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

R = 64.31%
G = 4.71%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF0E5C (or 0xBF0E5C) is known color: Jazzberry Jam. HEX triplet: BF, 0E and 5C. RGB value is (191,14,92). Sum of RGB (Red+Green+Blue) = 191+14+92=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E5C is #40F1A3. Grayscale: #4B4B4B. Windows color (decimal): -4256164 or 6033087. OLE color: 6033087.

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

Color convert

RGB 191 14 92 -
CMYK 0 0.93 0.52 0.25
HSL 333.56º 0.86% 0.4% -
HSV(B) 333.56º 0.93% 0.75% -
XYZ 23.57 12.16 11.23 -
YUV 75.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 191 14 92 0 0.93 0.52 0.25 333.56 0.86 0.4
Hex BF E 5C 0 5D 34 19 14E 56 28
Octal 277 16 134 0 135 64 31 516 126 50
Binary 10111111 1110 1011100 0 1011101 110100 11001 101001110 1010110 101000

Color Harmonies of #BF0E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E5C

Black with #BF0E5C

Text Example


Text Example

White with #BF0E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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