Html Css Color HEX #BC1055 Jazzberry Jam

📋 copy color: '#BC1055'

red 188 ◦ green 16 ◦ blue 85

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

Shades of Jazzberry Jam #BC1055

Tints of Jazzberry Jam #BC1055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 65.05%
G = 5.54%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC1055 (or 0xBC1055) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 55. RGB value is (188,16,85). Sum of RGB (Red+Green+Blue) = 188+16+85=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1055 is #43EFAA. Grayscale: #4B4B4B. Windows color (decimal): -4452267 or 5574844. OLE color: 5574844.

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

Color convert

RGB 188 16 85 -
CMYK 0 0.91 0.55 0.26
HSL 335.93º 0.84% 0.4% -
HSV(B) 335.93º 0.91% 0.74% -
XYZ 22.56 11.72 9.67 -
YUV 75.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 188 16 85 0 0.91 0.55 0.26 335.93 0.84 0.4
Hex BC 10 55 0 5B 37 1A 150 54 28
Octal 274 20 125 0 133 67 32 520 124 50
Binary 10111100 10000 1010101 0 1011011 110111 11010 101010000 1010100 101000

Color Harmonies of #BC1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1055

Black with #BC1055

Text Example


Text Example

White with #BC1055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1055; }

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

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

background-color css

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

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

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

border-color css

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

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

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