Html Css Color HEX #BC054D Jazzberry Jam

📋 copy color: '#BC054D'

red 188 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #BC054D

Tints of Jazzberry Jam #BC054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 69.63%
G = 1.85%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC054D (or 0xBC054D) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 4D. RGB value is (188,5,77). Sum of RGB (Red+Green+Blue) = 188+5+77=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC054D is #43FAB2. Grayscale: #434343. Windows color (decimal): -4455091 or 5047740. OLE color: 5047740.

HSL color Cylindrical-coordinate representation of color #BC054D: hue angle of 336.39º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC054D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 77 -
CMYK 0 0.97 0.59 0.26
HSL 336.39º 0.95% 0.38% -
HSV(B) 336.39º 0.97% 0.74% -
XYZ 22.13 11.34 8.04 -
YUV 67.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 188 5 77 0 0.97 0.59 0.26 336.39 0.95 0.38
Hex BC 5 4D 0 61 3B 1A 150 5F 26
Octal 274 5 115 0 141 73 32 520 137 46
Binary 10111100 101 1001101 0 1100001 111011 11010 101010000 1011111 100110

Color Harmonies of #BC054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC054D

Black with #BC054D

Text Example


Text Example

White with #BC054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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