Html Css Color HEX #BC1569 Jazzberry Jam

📋 copy color: '#BC1569'

red 188 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #BC1569

Tints of Jazzberry Jam #BC1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 59.87%
G = 6.69%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC1569 (or 0xBC1569) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 69. RGB value is (188,21,105). Sum of RGB (Red+Green+Blue) = 188+21+105=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1569 is #43EA96. Grayscale: #505050. Windows color (decimal): -4450967 or 6886844. OLE color: 6886844.

HSL color Cylindrical-coordinate representation of color #BC1569: hue angle of 329.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1569 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 105 -
CMYK 0 0.89 0.44 0.26
HSL 329.82º 0.8% 0.41% -
HSV(B) 329.82º 0.89% 0.74% -
XYZ 23.56 12.25 14.49 -
YUV 80.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 188 21 105 0 0.89 0.44 0.26 329.82 0.8 0.41
Hex BC 15 69 0 59 2C 1A 14A 50 29
Octal 274 25 151 0 131 54 32 512 120 51
Binary 10111100 10101 1101001 0 1011001 101100 11010 101001010 1010000 101001

Color Harmonies of #BC1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1569

Black with #BC1569

Text Example


Text Example

White with #BC1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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