Html Css Color HEX #BC125C Jazzberry Jam

📋 copy color: '#BC125C'

red 188 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #BC125C

Tints of Jazzberry Jam #BC125C

RGB

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

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

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

R = 63.09%
G = 6.04%
B = 30.87%

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

#BC125C (or 0xBC125C) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 5C. RGB value is (188,18,92). Sum of RGB (Red+Green+Blue) = 188+18+92=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC125C is #43EDA3. Grayscale: #4D4D4D. Windows color (decimal): -4451748 or 6034108. OLE color: 6034108.

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

Color convert

RGB 188 18 92 -
CMYK 0 0.90 0.51 0.26
HSL 333.88º 0.83% 0.4% -
HSV(B) 333.88º 0.9% 0.74% -
XYZ 22.89 11.9 11.22 -
YUV 77.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 188 18 92 0 0.90 0.51 0.26 333.88 0.83 0.4
Hex BC 12 5C 0 5A 33 1A 14E 53 28
Octal 274 22 134 0 132 63 32 516 123 50
Binary 10111100 10010 1011100 0 1011010 110011 11010 101001110 1010011 101000

Color Harmonies of #BC125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC125C

Black with #BC125C

Text Example


Text Example

White with #BC125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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