Html Css Color HEX #BC0856 Jazzberry Jam

📋 copy color: '#BC0856'

red 188 ◦ green 8 ◦ blue 86

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

Shades of Jazzberry Jam #BC0856

Tints of Jazzberry Jam #BC0856

RGB

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

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

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

R = 66.67%
G = 2.84%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0856 (or 0xBC0856) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 56. RGB value is (188,8,86). Sum of RGB (Red+Green+Blue) = 188+8+86=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0856 is #43F7A9. Grayscale: #464646. Windows color (decimal): -4454314 or 5638332. OLE color: 5638332.

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

Color convert

RGB 188 8 86 -
CMYK 0 0.96 0.54 0.26
HSL 334º 0.92% 0.38% -
HSV(B) 334º 0.96% 0.74% -
XYZ 22.51 11.54 9.84 -
YUV 70.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 188 8 86 0 0.96 0.54 0.26 334 0.92 0.38
Hex BC 8 56 0 60 36 1A 14E 5C 26
Octal 274 10 126 0 140 66 32 516 134 46
Binary 10111100 1000 1010110 0 1100000 110110 11010 101001110 1011100 100110

Color Harmonies of #BC0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0856

Black with #BC0856

Text Example


Text Example

White with #BC0856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0856; }

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

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

background-color css

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

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

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

border-color css

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

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

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