Html Css Color HEX #BC1767 Jazzberry Jam

📋 copy color: '#BC1767'

red 188 ◦ green 23 ◦ blue 103

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

Shades of Jazzberry Jam #BC1767

Tints of Jazzberry Jam #BC1767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 59.87%
G = 7.32%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1767 (or 0xBC1767) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 67. RGB value is (188,23,103). Sum of RGB (Red+Green+Blue) = 188+23+103=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1767 is #43E898. Grayscale: #515151. Windows color (decimal): -4450457 or 6756284. OLE color: 6756284.

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

Color convert

RGB 188 23 103 -
CMYK 0 0.88 0.45 0.26
HSL 330.91º 0.78% 0.41% -
HSV(B) 330.91º 0.88% 0.74% -
XYZ 23.49 12.28 13.96 -
YUV 81.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 188 23 103 0 0.88 0.45 0.26 330.91 0.78 0.41
Hex BC 17 67 0 58 2D 1A 14B 4E 29
Octal 274 27 147 0 130 55 32 513 116 51
Binary 10111100 10111 1100111 0 1011000 101101 11010 101001011 1001110 101001

Color Harmonies of #BC1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1767

Black with #BC1767

Text Example


Text Example

White with #BC1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1767; }

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

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

background-color css

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

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

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

border-color css

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

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

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