Html Css Color HEX #BC014D Jazzberry Jam

📋 copy color: '#BC014D'

red 188 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #BC014D

Tints of Jazzberry Jam #BC014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 70.68%
G = 0.38%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC014D (or 0xBC014D) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 4D. RGB value is (188,1,77). Sum of RGB (Red+Green+Blue) = 188+1+77=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC014D is #43FEB2. Grayscale: #414141. Windows color (decimal): -4456115 or 5046716. OLE color: 5046716.

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

Color convert

RGB 188 1 77 -
CMYK 0 0.99 0.59 0.26
HSL 335.62º 0.99% 0.37% -
HSV(B) 335.62º 0.99% 0.74% -
XYZ 22.09 11.25 8.03 -
YUV 65.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 188 1 77 0 0.99 0.59 0.26 335.62 0.99 0.37
Hex BC 1 4D 0 63 3B 1A 150 63 25
Octal 274 1 115 0 143 73 32 520 143 45
Binary 10111100 1 1001101 0 1100011 111011 11010 101010000 1100011 100101

Color Harmonies of #BC014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC014D

Black with #BC014D

Text Example


Text Example

White with #BC014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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