Html Css Color HEX #BF136A Jazzberry Jam

📋 copy color: '#BF136A'

red 191 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #BF136A

Tints of Jazzberry Jam #BF136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 60.44%
G = 6.01%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF136A (or 0xBF136A) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 6A. RGB value is (191,19,106). Sum of RGB (Red+Green+Blue) = 191+19+106=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF136A is #40EC95. Grayscale: #505050. Windows color (decimal): -4254870 or 6951871. OLE color: 6951871.

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

Color convert

RGB 191 19 106 -
CMYK 0 0.90 0.45 0.25
HSL 329.65º 0.82% 0.41% -
HSV(B) 329.65º 0.9% 0.75% -
XYZ 24.32 12.58 14.78 -
YUV 80.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 191 19 106 0 0.90 0.45 0.25 329.65 0.82 0.41
Hex BF 13 6A 0 5A 2D 19 14A 52 29
Octal 277 23 152 0 132 55 31 512 122 51
Binary 10111111 10011 1101010 0 1011010 101101 11001 101001010 1010010 101001

Color Harmonies of #BF136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF136A

Black with #BF136A

Text Example


Text Example

White with #BF136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF136A; }

 p { color: rgb(191,19,106); }

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

background-color css

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

 a { background-color: rgb(191,19,106); }

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

border-color css

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

 span { border-color: rgb(191,19,106); }

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