Html Css Color HEX #BC1154 Jazzberry Jam

📋 copy color: '#BC1154'

red 188 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #BC1154

Tints of Jazzberry Jam #BC1154

RGB

 RED value IS 188 (73.83% from 255) = 65.05%

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 84 (33.2% from 255) = 29.07%

R = 65.05%
G = 5.88%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC1154 (or 0xBC1154) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 54. RGB value is (188,17,84). Sum of RGB (Red+Green+Blue) = 188+17+84=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1154 is #43EEAB. Grayscale: #4B4B4B. Windows color (decimal): -4452012 or 5509564. OLE color: 5509564.

HSL color Cylindrical-coordinate representation of color #BC1154: hue angle of 336.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1154 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 84 -
CMYK 0 0.91 0.55 0.26
HSL 336.49º 0.83% 0.4% -
HSV(B) 336.49º 0.91% 0.74% -
XYZ 22.54 11.73 9.46 -
YUV 75.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 188 17 84 0 0.91 0.55 0.26 336.49 0.83 0.4
Hex BC 11 54 0 5B 37 1A 150 53 28
Octal 274 21 124 0 133 67 32 520 123 50
Binary 10111100 10001 1010100 0 1011011 110111 11010 101010000 1010011 101000

Color Harmonies of #BC1154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1154

Black with #BC1154

Text Example


Text Example

White with #BC1154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1154; }

 p { color: rgb(188,17,84); }

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

background-color css

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

 a { background-color: rgb(188,17,84); }

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

border-color css

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

 span { border-color: rgb(188,17,84); }

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