Html Css Color HEX #BC1262 Jazzberry Jam

📋 copy color: '#BC1262'

red 188 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #BC1262

Tints of Jazzberry Jam #BC1262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 61.84%
G = 5.92%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1262 (or 0xBC1262) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 62. RGB value is (188,18,98). Sum of RGB (Red+Green+Blue) = 188+18+98=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1262 is #43ED9D. Grayscale: #4D4D4D. Windows color (decimal): -4451742 or 6427324. OLE color: 6427324.

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

Color convert

RGB 188 18 98 -
CMYK 0 0.90 0.48 0.26
HSL 331.76º 0.83% 0.4% -
HSV(B) 331.76º 0.9% 0.74% -
XYZ 23.16 12.01 12.65 -
YUV 77.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 188 18 98 0 0.90 0.48 0.26 331.76 0.83 0.4
Hex BC 12 62 0 5A 30 1A 14C 53 28
Octal 274 22 142 0 132 60 32 514 123 50
Binary 10111100 10010 1100010 0 1011010 110000 11010 101001100 1010011 101000

Color Harmonies of #BC1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1262

Black with #BC1262

Text Example


Text Example

White with #BC1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1262; }

 p { color: rgb(188,18,98); }

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

background-color css

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

 a { background-color: rgb(188,18,98); }

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

border-color css

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

 span { border-color: rgb(188,18,98); }

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