Html Css Color HEX #BC1059 Jazzberry Jam

📋 copy color: '#BC1059'

red 188 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #BC1059

Tints of Jazzberry Jam #BC1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 64.16%
G = 5.46%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1059 (or 0xBC1059) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 59. RGB value is (188,16,89). Sum of RGB (Red+Green+Blue) = 188+16+89=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1059 is #43EFA6. Grayscale: #4B4B4B. Windows color (decimal): -4452263 or 5836988. OLE color: 5836988.

HSL color Cylindrical-coordinate representation of color #BC1059: hue angle of 334.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1059 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 89 -
CMYK 0 0.91 0.53 0.26
HSL 334.53º 0.84% 0.4% -
HSV(B) 334.53º 0.91% 0.74% -
XYZ 22.73 11.78 10.53 -
YUV 75.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 188 16 89 0 0.91 0.53 0.26 334.53 0.84 0.4
Hex BC 10 59 0 5B 35 1A 14F 54 28
Octal 274 20 131 0 133 65 32 517 124 50
Binary 10111100 10000 1011001 0 1011011 110101 11010 101001111 1010100 101000

Color Harmonies of #BC1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1059

Black with #BC1059

Text Example


Text Example

White with #BC1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1059; }

 p { color: rgb(188,16,89); }

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

background-color css

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

 a { background-color: rgb(188,16,89); }

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

border-color css

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

 span { border-color: rgb(188,16,89); }

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