Html Css Color HEX #BC0656 Jazzberry Jam

📋 copy color: '#BC0656'

red 188 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #BC0656

Tints of Jazzberry Jam #BC0656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 67.14%
G = 2.14%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0656 (or 0xBC0656) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 56. RGB value is (188,6,86). Sum of RGB (Red+Green+Blue) = 188+6+86=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0656 is #43F9A9. Grayscale: #454545. Windows color (decimal): -4454826 or 5637820. OLE color: 5637820.

HSL color Cylindrical-coordinate representation of color #BC0656: hue angle of 333.63º degrees, saturation: 0.94, 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 #BC0656 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 86 -
CMYK 0 0.97 0.54 0.26
HSL 333.63º 0.94% 0.38% -
HSV(B) 333.63º 0.97% 0.74% -
XYZ 22.48 11.49 9.84 -
YUV 69.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 188 6 86 0 0.97 0.54 0.26 333.63 0.94 0.38
Hex BC 6 56 0 61 36 1A 14E 5E 26
Octal 274 6 126 0 141 66 32 516 136 46
Binary 10111100 110 1010110 0 1100001 110110 11010 101001110 1011110 100110

Color Harmonies of #BC0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0656

Black with #BC0656

Text Example


Text Example

White with #BC0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0656; }

 p { color: rgb(188,6,86); }

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

background-color css

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

 a { background-color: rgb(188,6,86); }

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

border-color css

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

 span { border-color: rgb(188,6,86); }

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