Html Css Color HEX #BF145A Jazzberry Jam

📋 copy color: '#BF145A'

red 191 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #BF145A

Tints of Jazzberry Jam #BF145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 63.46%
G = 6.64%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF145A (or 0xBF145A) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 5A. RGB value is (191,20,90). Sum of RGB (Red+Green+Blue) = 191+20+90=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF145A is #40EBA5. Grayscale: #4F4F4F. Windows color (decimal): -4254630 or 5903551. OLE color: 5903551.

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

Color convert

RGB 191 20 90 -
CMYK 0 0.90 0.53 0.25
HSL 335.44º 0.81% 0.41% -
HSV(B) 335.44º 0.9% 0.75% -
XYZ 23.58 12.31 10.81 -
YUV 79.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 191 20 90 0 0.90 0.53 0.25 335.44 0.81 0.41
Hex BF 14 5A 0 5A 35 19 14F 51 29
Octal 277 24 132 0 132 65 31 517 121 51
Binary 10111111 10100 1011010 0 1011010 110101 11001 101001111 1010001 101001

Color Harmonies of #BF145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF145A

Black with #BF145A

Text Example


Text Example

White with #BF145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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