Html Css Color HEX #BC1762 Jazzberry Jam

📋 copy color: '#BC1762'

red 188 ◦ green 23 ◦ blue 98

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

Shades of Jazzberry Jam #BC1762

Tints of Jazzberry Jam #BC1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 60.84%
G = 7.44%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1762 (or 0xBC1762) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 62. RGB value is (188,23,98). Sum of RGB (Red+Green+Blue) = 188+23+98=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1762 is #43E89D. Grayscale: #505050. Windows color (decimal): -4450462 or 6428604. OLE color: 6428604.

HSL color Cylindrical-coordinate representation of color #BC1762: hue angle of 332.73º degrees, saturation: 0.78, 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 #BC1762 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 98 -
CMYK 0 0.88 0.48 0.26
HSL 332.73º 0.78% 0.41% -
HSV(B) 332.73º 0.88% 0.74% -
XYZ 23.25 12.19 12.68 -
YUV 80.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 188 23 98 0 0.88 0.48 0.26 332.73 0.78 0.41
Hex BC 17 62 0 58 30 1A 14D 4E 29
Octal 274 27 142 0 130 60 32 515 116 51
Binary 10111100 10111 1100010 0 1011000 110000 11010 101001101 1001110 101001

Color Harmonies of #BC1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1762

Black with #BC1762

Text Example


Text Example

White with #BC1762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1762; }

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

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

background-color css

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

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

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

border-color css

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

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

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