Html Css Color HEX #BF135B Jazzberry Jam

📋 copy color: '#BF135B'

red 191 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #BF135B

Tints of Jazzberry Jam #BF135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 63.46%
G = 6.31%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF135B (or 0xBF135B) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 5B. RGB value is (191,19,91). Sum of RGB (Red+Green+Blue) = 191+19+91=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF135B is #40ECA4. Grayscale: #4E4E4E. Windows color (decimal): -4254885 or 5968831. OLE color: 5968831.

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

Color convert

RGB 191 19 91 -
CMYK 0 0.90 0.52 0.25
HSL 334.88º 0.82% 0.41% -
HSV(B) 334.88º 0.9% 0.75% -
XYZ 23.61 12.3 11.03 -
YUV 78.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 191 19 91 0 0.90 0.52 0.25 334.88 0.82 0.41
Hex BF 13 5B 0 5A 34 19 14F 52 29
Octal 277 23 133 0 132 64 31 517 122 51
Binary 10111111 10011 1011011 0 1011010 110100 11001 101001111 1010010 101001

Color Harmonies of #BF135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF135B

Black with #BF135B

Text Example


Text Example

White with #BF135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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