Html Css Color HEX #BC1169 Jazzberry Jam

📋 copy color: '#BC1169'

red 188 ◦ green 17 ◦ blue 105

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

Shades of Jazzberry Jam #BC1169

Tints of Jazzberry Jam #BC1169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 60.65%
G = 5.48%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC1169 (or 0xBC1169) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 69. RGB value is (188,17,105). Sum of RGB (Red+Green+Blue) = 188+17+105=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1169 is #43EE96. Grayscale: #4D4D4D. Windows color (decimal): -4451991 or 6885820. OLE color: 6885820.

HSL color Cylindrical-coordinate representation of color #BC1169: hue angle of 329.12º 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 #BC1169 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 105 -
CMYK 0 0.91 0.44 0.26
HSL 329.12º 0.83% 0.4% -
HSV(B) 329.12º 0.91% 0.74% -
XYZ 23.49 12.11 14.46 -
YUV 78.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 188 17 105 0 0.91 0.44 0.26 329.12 0.83 0.4
Hex BC 11 69 0 5B 2C 1A 149 53 28
Octal 274 21 151 0 133 54 32 511 123 50
Binary 10111100 10001 1101001 0 1011011 101100 11010 101001001 1010011 101000

Color Harmonies of #BC1169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1169

Black with #BC1169

Text Example


Text Example

White with #BC1169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1169; }

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

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

background-color css

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

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

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

border-color css

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

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

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