Html Css Color HEX #BC074E Jazzberry Jam

📋 copy color: '#BC074E'

red 188 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #BC074E

Tints of Jazzberry Jam #BC074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 68.86%
G = 2.56%
B = 28.57%

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

#BC074E (or 0xBC074E) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 4E. RGB value is (188,7,78). Sum of RGB (Red+Green+Blue) = 188+7+78=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC074E is #43F8B1. Grayscale: #454545. Windows color (decimal): -4454578 or 5113788. OLE color: 5113788.

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

Color convert

RGB 188 7 78 -
CMYK 0 0.96 0.59 0.26
HSL 336.46º 0.93% 0.38% -
HSV(B) 336.46º 0.96% 0.74% -
XYZ 22.19 11.39 8.24 -
YUV 69.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 188 7 78 0 0.96 0.59 0.26 336.46 0.93 0.38
Hex BC 7 4E 0 60 3B 1A 150 5D 26
Octal 274 7 116 0 140 73 32 520 135 46
Binary 10111100 111 1001110 0 1100000 111011 11010 101010000 1011101 100110

Color Harmonies of #BC074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC074E

Black with #BC074E

Text Example


Text Example

White with #BC074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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