Html Css Color HEX #BC105E Jazzberry Jam

📋 copy color: '#BC105E'

red 188 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #BC105E

Tints of Jazzberry Jam #BC105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 63.09%
G = 5.37%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC105E (or 0xBC105E) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 5E. RGB value is (188,16,94). Sum of RGB (Red+Green+Blue) = 188+16+94=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC105E is #43EFA1. Grayscale: #4C4C4C. Windows color (decimal): -4452258 or 6164668. OLE color: 6164668.

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

Color convert

RGB 188 16 94 -
CMYK 0 0.91 0.50 0.26
HSL 332.79º 0.84% 0.4% -
HSV(B) 332.79º 0.91% 0.74% -
XYZ 22.94 11.87 11.67 -
YUV 76.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 188 16 94 0 0.91 0.50 0.26 332.79 0.84 0.4
Hex BC 10 5E 0 5B 32 1A 14D 54 28
Octal 274 20 136 0 133 62 32 515 124 50
Binary 10111100 10000 1011110 0 1011011 110010 11010 101001101 1010100 101000

Color Harmonies of #BC105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC105E

Black with #BC105E

Text Example


Text Example

White with #BC105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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