Html Css Color HEX #BF145E Jazzberry Jam

📋 copy color: '#BF145E'

red 191 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #BF145E

Tints of Jazzberry Jam #BF145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 62.62%
G = 6.56%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF145E (or 0xBF145E) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 5E. RGB value is (191,20,94). Sum of RGB (Red+Green+Blue) = 191+20+94=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF145E is #40EBA1. Grayscale: #4F4F4F. Windows color (decimal): -4254626 or 6165695. OLE color: 6165695.

HSL color Cylindrical-coordinate representation of color #BF145E: hue angle of 334.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF145E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 94 -
CMYK 0 0.90 0.51 0.25
HSL 334.04º 0.81% 0.41% -
HSV(B) 334.04º 0.9% 0.75% -
XYZ 23.76 12.38 11.73 -
YUV 79.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 191 20 94 0 0.90 0.51 0.25 334.04 0.81 0.41
Hex BF 14 5E 0 5A 33 19 14E 51 29
Octal 277 24 136 0 132 63 31 516 121 51
Binary 10111111 10100 1011110 0 1011010 110011 11001 101001110 1010001 101001

Color Harmonies of #BF145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF145E

Black with #BF145E

Text Example


Text Example

White with #BF145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF145E; }

 p { color: rgb(191,20,94); }

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

background-color css

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

 a { background-color: rgb(191,20,94); }

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

border-color css

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

 span { border-color: rgb(191,20,94); }

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