Html Css Color HEX #BC0860 Jazzberry Jam

📋 copy color: '#BC0860'

red 188 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #BC0860

Tints of Jazzberry Jam #BC0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 64.38%
G = 2.74%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC0860 (or 0xBC0860) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 60. RGB value is (188,8,96). Sum of RGB (Red+Green+Blue) = 188+8+96=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0860 is #43F79F. Grayscale: #474747. Windows color (decimal): -4454304 or 6293692. OLE color: 6293692.

HSL color Cylindrical-coordinate representation of color #BC0860: hue angle of 330.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0860 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 96 -
CMYK 0 0.96 0.49 0.26
HSL 330.67º 0.92% 0.38% -
HSV(B) 330.67º 0.96% 0.74% -
XYZ 22.94 11.71 12.12 -
YUV 71.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 188 8 96 0 0.96 0.49 0.26 330.67 0.92 0.38
Hex BC 8 60 0 60 31 1A 14B 5C 26
Octal 274 10 140 0 140 61 32 513 134 46
Binary 10111100 1000 1100000 0 1100000 110001 11010 101001011 1011100 100110

Color Harmonies of #BC0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0860

Black with #BC0860

Text Example


Text Example

White with #BC0860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0860; }

 p { color: rgb(188,8,96); }

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

background-color css

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

 a { background-color: rgb(188,8,96); }

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

border-color css

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

 span { border-color: rgb(188,8,96); }

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