Html Css Color HEX #BC0356 Jazzberry Jam

📋 copy color: '#BC0356'

red 188 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #BC0356

Tints of Jazzberry Jam #BC0356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 67.87%
G = 1.08%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0356 (or 0xBC0356) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 56. RGB value is (188,3,86). Sum of RGB (Red+Green+Blue) = 188+3+86=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0356 is #43FCA9. Grayscale: #434343. Windows color (decimal): -4455594 or 5637052. OLE color: 5637052.

HSL color Cylindrical-coordinate representation of color #BC0356: hue angle of 333.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0356 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 86 -
CMYK 0 0.98 0.54 0.26
HSL 333.08º 0.97% 0.37% -
HSV(B) 333.08º 0.98% 0.74% -
XYZ 22.45 11.43 9.83 -
YUV 67.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 188 3 86 0 0.98 0.54 0.26 333.08 0.97 0.37
Hex BC 3 56 0 62 36 1A 14D 61 25
Octal 274 3 126 0 142 66 32 515 141 45
Binary 10111100 11 1010110 0 1100010 110110 11010 101001101 1100001 100101

Color Harmonies of #BC0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0356

Black with #BC0356

Text Example


Text Example

White with #BC0356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0356; }

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

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

background-color css

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

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

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

border-color css

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

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

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