Html Css Color HEX #BC105C Jazzberry Jam

📋 copy color: '#BC105C'

red 188 ◦ green 16 ◦ blue 92

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

Shades of Jazzberry Jam #BC105C

Tints of Jazzberry Jam #BC105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 63.51%
G = 5.41%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC105C (or 0xBC105C) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 5C. RGB value is (188,16,92). Sum of RGB (Red+Green+Blue) = 188+16+92=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC105C is #43EFA3. Grayscale: #4B4B4B. Windows color (decimal): -4452260 or 6033596. OLE color: 6033596.

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

Color convert

RGB 188 16 92 -
CMYK 0 0.91 0.51 0.26
HSL 333.49º 0.84% 0.4% -
HSV(B) 333.49º 0.91% 0.74% -
XYZ 22.86 11.83 11.2 -
YUV 76.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 188 16 92 0 0.91 0.51 0.26 333.49 0.84 0.4
Hex BC 10 5C 0 5B 33 1A 14D 54 28
Octal 274 20 134 0 133 63 32 515 124 50
Binary 10111100 10000 1011100 0 1011011 110011 11010 101001101 1010100 101000

Color Harmonies of #BC105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC105C

Black with #BC105C

Text Example


Text Example

White with #BC105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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