Html Css Color HEX #BC1658 Jazzberry Jam

📋 copy color: '#BC1658'

red 188 ◦ green 22 ◦ blue 88

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

Shades of Jazzberry Jam #BC1658

Tints of Jazzberry Jam #BC1658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 63.09%
G = 7.38%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1658 (or 0xBC1658) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 58. RGB value is (188,22,88). Sum of RGB (Red+Green+Blue) = 188+22+88=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1658 is #43E9A7. Grayscale: #4F4F4F. Windows color (decimal): -4450728 or 5772988. OLE color: 5772988.

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

Color convert

RGB 188 22 88 -
CMYK 0 0.88 0.53 0.26
HSL 336.14º 0.79% 0.41% -
HSV(B) 336.14º 0.88% 0.74% -
XYZ 22.79 11.97 10.34 -
YUV 79.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 188 22 88 0 0.88 0.53 0.26 336.14 0.79 0.41
Hex BC 16 58 0 58 35 1A 150 4F 29
Octal 274 26 130 0 130 65 32 520 117 51
Binary 10111100 10110 1011000 0 1011000 110101 11010 101010000 1001111 101001

Color Harmonies of #BC1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1658

Black with #BC1658

Text Example


Text Example

White with #BC1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1658; }

 p { color: rgb(188,22,88); }

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

background-color css

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

 a { background-color: rgb(188,22,88); }

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

border-color css

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

 span { border-color: rgb(188,22,88); }

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