Html Css Color HEX #BC1269 Jazzberry Jam

📋 copy color: '#BC1269'

red 188 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #BC1269

Tints of Jazzberry Jam #BC1269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 60.45%
G = 5.79%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC1269 (or 0xBC1269) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 69. RGB value is (188,18,105). Sum of RGB (Red+Green+Blue) = 188+18+105=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1269 is #43ED96. Grayscale: #4E4E4E. Windows color (decimal): -4451735 or 6886076. OLE color: 6886076.

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

Color convert

RGB 188 18 105 -
CMYK 0 0.90 0.44 0.26
HSL 329.29º 0.83% 0.4% -
HSV(B) 329.29º 0.9% 0.74% -
XYZ 23.51 12.14 14.47 -
YUV 78.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 188 18 105 0 0.90 0.44 0.26 329.29 0.83 0.4
Hex BC 12 69 0 5A 2C 1A 149 53 28
Octal 274 22 151 0 132 54 32 511 123 50
Binary 10111100 10010 1101001 0 1011010 101100 11010 101001001 1010011 101000

Color Harmonies of #BC1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1269

Black with #BC1269

Text Example


Text Example

White with #BC1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1269; }

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

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

background-color css

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

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

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

border-color css

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

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

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