Html Css Color HEX #BC1069 Jazzberry Jam

📋 copy color: '#BC1069'

red 188 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #BC1069

Tints of Jazzberry Jam #BC1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 60.84%
G = 5.18%
B = 33.98%

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

#BC1069 (or 0xBC1069) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 69. RGB value is (188,16,105). Sum of RGB (Red+Green+Blue) = 188+16+105=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1069 is #43EF96. Grayscale: #4D4D4D. Windows color (decimal): -4452247 or 6885564. OLE color: 6885564.

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

Color convert

RGB 188 16 105 -
CMYK 0 0.91 0.44 0.26
HSL 328.95º 0.84% 0.4% -
HSV(B) 328.95º 0.91% 0.74% -
XYZ 23.47 12.08 14.46 -
YUV 77.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 188 16 105 0 0.91 0.44 0.26 328.95 0.84 0.4
Hex BC 10 69 0 5B 2C 1A 149 54 28
Octal 274 20 151 0 133 54 32 511 124 50
Binary 10111100 10000 1101001 0 1011011 101100 11010 101001001 1010100 101000

Color Harmonies of #BC1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1069

Black with #BC1069

Text Example


Text Example

White with #BC1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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