Html Css Color HEX #BC125D Jazzberry Jam

📋 copy color: '#BC125D'

red 188 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #BC125D

Tints of Jazzberry Jam #BC125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 62.88%
G = 6.02%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC125D (or 0xBC125D) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 5D. RGB value is (188,18,93). Sum of RGB (Red+Green+Blue) = 188+18+93=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC125D is #43EDA2. Grayscale: #4D4D4D. Windows color (decimal): -4451747 or 6099644. OLE color: 6099644.

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

Color convert

RGB 188 18 93 -
CMYK 0 0.90 0.51 0.26
HSL 333.53º 0.83% 0.4% -
HSV(B) 333.53º 0.9% 0.74% -
XYZ 22.93 11.91 11.45 -
YUV 77.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 188 18 93 0 0.90 0.51 0.26 333.53 0.83 0.4
Hex BC 12 5D 0 5A 33 1A 14E 53 28
Octal 274 22 135 0 132 63 32 516 123 50
Binary 10111100 10010 1011101 0 1011010 110011 11010 101001110 1010011 101000

Color Harmonies of #BC125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC125D

Black with #BC125D

Text Example


Text Example

White with #BC125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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