Html Css Color HEX #BC074D Jazzberry Jam

📋 copy color: '#BC074D'

red 188 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #BC074D

Tints of Jazzberry Jam #BC074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 69.12%
G = 2.57%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC074D (or 0xBC074D) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 4D. RGB value is (188,7,77). Sum of RGB (Red+Green+Blue) = 188+7+77=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC074D is #43F8B2. Grayscale: #454545. Windows color (decimal): -4454579 or 5048252. OLE color: 5048252.

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

Color convert

RGB 188 7 77 -
CMYK 0 0.96 0.59 0.26
HSL 336.8º 0.93% 0.38% -
HSV(B) 336.8º 0.96% 0.74% -
XYZ 22.15 11.38 8.05 -
YUV 69.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 188 7 77 0 0.96 0.59 0.26 336.8 0.93 0.38
Hex BC 7 4D 0 60 3B 1A 151 5D 26
Octal 274 7 115 0 140 73 32 521 135 46
Binary 10111100 111 1001101 0 1100000 111011 11010 101010001 1011101 100110

Color Harmonies of #BC074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC074D

Black with #BC074D

Text Example


Text Example

White with #BC074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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