Html Css Color HEX #BC084C Jazzberry Jam

📋 copy color: '#BC084C'

red 188 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #BC084C

Tints of Jazzberry Jam #BC084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

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

R = 69.12%
G = 2.94%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC084C (or 0xBC084C) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 4C. RGB value is (188,8,76). Sum of RGB (Red+Green+Blue) = 188+8+76=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC084C is #43F7B3. Grayscale: #454545. Windows color (decimal): -4454324 or 4982972. OLE color: 4982972.

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

Color convert

RGB 188 8 76 -
CMYK 0 0.96 0.60 0.26
HSL 337.33º 0.92% 0.38% -
HSV(B) 337.33º 0.96% 0.74% -
XYZ 22.13 11.39 7.87 -
YUV 69.57 131.63 212.47 -
System Red Green Blue C M Y K H S L
Decimal 188 8 76 0 0.96 0.60 0.26 337.33 0.92 0.38
Hex BC 8 4C 0 60 3C 1A 151 5C 26
Octal 274 10 114 0 140 74 32 521 134 46
Binary 10111100 1000 1001100 0 1100000 111100 11010 101010001 1011100 100110

Color Harmonies of #BC084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC084C

Black with #BC084C

Text Example


Text Example

White with #BC084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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