Html Css Color HEX #BC014C Jazzberry Jam

📋 copy color: '#BC014C'

red 188 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #BC014C

Tints of Jazzberry Jam #BC014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 70.94%
G = 0.38%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC014C (or 0xBC014C) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 4C. RGB value is (188,1,76). Sum of RGB (Red+Green+Blue) = 188+1+76=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC014C is #43FEB3. Grayscale: #414141. Windows color (decimal): -4456116 or 4981180. OLE color: 4981180.

HSL color Cylindrical-coordinate representation of color #BC014C: hue angle of 335.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC014C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 76 -
CMYK 0 0.99 0.60 0.26
HSL 335.94º 0.99% 0.37% -
HSV(B) 335.94º 0.99% 0.74% -
XYZ 22.05 11.23 7.84 -
YUV 65.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 188 1 76 0 0.99 0.60 0.26 335.94 0.99 0.37
Hex BC 1 4C 0 63 3C 1A 150 63 25
Octal 274 1 114 0 143 74 32 520 143 45
Binary 10111100 1 1001100 0 1100011 111100 11010 101010000 1100011 100101

Color Harmonies of #BC014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC014C

Black with #BC014C

Text Example


Text Example

White with #BC014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC014C; }

 p { color: rgb(188,1,76); }

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

background-color css

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

 a { background-color: rgb(188,1,76); }

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

border-color css

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

 span { border-color: rgb(188,1,76); }

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