Html Css Color HEX #BF135F Jazzberry Jam

📋 copy color: '#BF135F'

red 191 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #BF135F

Tints of Jazzberry Jam #BF135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 62.62%
G = 6.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF135F (or 0xBF135F) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 5F. RGB value is (191,19,95). Sum of RGB (Red+Green+Blue) = 191+19+95=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF135F is #40ECA0. Grayscale: #4E4E4E. Windows color (decimal): -4254881 or 6230975. OLE color: 6230975.

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

Color convert

RGB 191 19 95 -
CMYK 0 0.90 0.50 0.25
HSL 333.49º 0.82% 0.41% -
HSV(B) 333.49º 0.9% 0.75% -
XYZ 23.78 12.37 11.96 -
YUV 79.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 191 19 95 0 0.90 0.50 0.25 333.49 0.82 0.41
Hex BF 13 5F 0 5A 32 19 14D 52 29
Octal 277 23 137 0 132 62 31 515 122 51
Binary 10111111 10011 1011111 0 1011010 110010 11001 101001101 1010010 101001

Color Harmonies of #BF135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF135F

Black with #BF135F

Text Example


Text Example

White with #BF135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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