Html Css Color HEX #BC1051 Jazzberry Jam

📋 copy color: '#BC1051'

red 188 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #BC1051

Tints of Jazzberry Jam #BC1051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.42%

R = 65.96%
G = 5.61%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC1051 (or 0xBC1051) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 51. RGB value is (188,16,81). Sum of RGB (Red+Green+Blue) = 188+16+81=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1051 is #43EFAE. Grayscale: #4A4A4A. Windows color (decimal): -4452271 or 5312700. OLE color: 5312700.

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

Color convert

RGB 188 16 81 -
CMYK 0 0.91 0.57 0.26
HSL 337.33º 0.84% 0.4% -
HSV(B) 337.33º 0.91% 0.74% -
XYZ 22.41 11.66 8.85 -
YUV 74.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 188 16 81 0 0.91 0.57 0.26 337.33 0.84 0.4
Hex BC 10 51 0 5B 39 1A 151 54 28
Octal 274 20 121 0 133 71 32 521 124 50
Binary 10111100 10000 1010001 0 1011011 111001 11010 101010001 1010100 101000

Color Harmonies of #BC1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1051

Black with #BC1051

Text Example


Text Example

White with #BC1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1051; }

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

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

background-color css

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

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

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

border-color css

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

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

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