Html Css Color HEX #BC1352 Jazzberry Jam

📋 copy color: '#BC1352'

red 188 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #BC1352

Tints of Jazzberry Jam #BC1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 65.05%
G = 6.57%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC1352 (or 0xBC1352) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 52. RGB value is (188,19,82). Sum of RGB (Red+Green+Blue) = 188+19+82=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1352 is #43ECAD. Grayscale: #4C4C4C. Windows color (decimal): -4451502 or 5379004. OLE color: 5379004.

HSL color Cylindrical-coordinate representation of color #BC1352: hue angle of 337.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1352 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 82 -
CMYK 0 0.90 0.56 0.26
HSL 337.63º 0.82% 0.41% -
HSV(B) 337.63º 0.9% 0.74% -
XYZ 22.49 11.77 9.07 -
YUV 76.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 188 19 82 0 0.90 0.56 0.26 337.63 0.82 0.41
Hex BC 13 52 0 5A 38 1A 152 52 29
Octal 274 23 122 0 132 70 32 522 122 51
Binary 10111100 10011 1010010 0 1011010 111000 11010 101010010 1010010 101001

Color Harmonies of #BC1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1352

Black with #BC1352

Text Example


Text Example

White with #BC1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1352; }

 p { color: rgb(188,19,82); }

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

background-color css

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

 a { background-color: rgb(188,19,82); }

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

border-color css

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

 span { border-color: rgb(188,19,82); }

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