Html Css Color HEX #BC125A Jazzberry Jam

📋 copy color: '#BC125A'

red 188 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #BC125A

Tints of Jazzberry Jam #BC125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 63.51%
G = 6.08%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC125A (or 0xBC125A) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 5A. RGB value is (188,18,90). Sum of RGB (Red+Green+Blue) = 188+18+90=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC125A is #43EDA5. Grayscale: #4C4C4C. Windows color (decimal): -4451750 or 5903036. OLE color: 5903036.

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

Color convert

RGB 188 18 90 -
CMYK 0 0.90 0.52 0.26
HSL 334.59º 0.83% 0.4% -
HSV(B) 334.59º 0.9% 0.74% -
XYZ 22.8 11.86 10.76 -
YUV 77.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 188 18 90 0 0.90 0.52 0.26 334.59 0.83 0.4
Hex BC 12 5A 0 5A 34 1A 14F 53 28
Octal 274 22 132 0 132 64 32 517 123 50
Binary 10111100 10010 1011010 0 1011010 110100 11010 101001111 1010011 101000

Color Harmonies of #BC125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC125A

Black with #BC125A

Text Example


Text Example

White with #BC125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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