Html Css Color HEX #BB0E5F Jazzberry Jam

📋 copy color: '#BB0E5F'

red 187 ◦ green 14 ◦ blue 95

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

Shades of Jazzberry Jam #BB0E5F

Tints of Jazzberry Jam #BB0E5F

RGB

 RED value IS 187 (73.44% from 255) = 63.18%

 GREEN value IS 14 (5.86% from 255) = 4.73%

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

R = 63.18%
G = 4.73%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB0E5F (or 0xBB0E5F) is known color: Jazzberry Jam. HEX triplet: BB, 0E and 5F. RGB value is (187,14,95). Sum of RGB (Red+Green+Blue) = 187+14+95=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E5F is #44F1A0. Grayscale: #4A4A4A. Windows color (decimal): -4518305 or 6229691. OLE color: 6229691.

HSL color Cylindrical-coordinate representation of color #BB0E5F: hue angle of 331.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E5F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 95 -
CMYK 0 0.93 0.49 0.27
HSL 331.91º 0.86% 0.39% -
HSV(B) 331.91º 0.93% 0.73% -
XYZ 22.72 11.71 11.89 -
YUV 74.96 139.31 207.91 -
System Red Green Blue C M Y K H S L
Decimal 187 14 95 0 0.93 0.49 0.27 331.91 0.86 0.39
Hex BB E 5F 0 5D 31 1B 14C 56 27
Octal 273 16 137 0 135 61 33 514 126 47
Binary 10111011 1110 1011111 0 1011101 110001 11011 101001100 1010110 100111

Color Harmonies of #BB0E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E5F

Black with #BB0E5F

Text Example


Text Example

White with #BB0E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E5F; }

 p { color: rgb(187,14,95); }

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

background-color css

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

 a { background-color: rgb(187,14,95); }

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

border-color css

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

 span { border-color: rgb(187,14,95); }

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