Html Css Color HEX #BC1667 Jazzberry Jam

📋 copy color: '#BC1667'

red 188 ◦ green 22 ◦ blue 103

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

Shades of Jazzberry Jam #BC1667

Tints of Jazzberry Jam #BC1667

RGB

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

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

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

R = 60.06%
G = 7.03%
B = 32.91%

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

#BC1667 (or 0xBC1667) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 67. RGB value is (188,22,103). Sum of RGB (Red+Green+Blue) = 188+22+103=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1667 is #43E998. Grayscale: #505050. Windows color (decimal): -4450713 or 6756028. OLE color: 6756028.

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

Color convert

RGB 188 22 103 -
CMYK 0 0.88 0.45 0.26
HSL 330.72º 0.79% 0.41% -
HSV(B) 330.72º 0.88% 0.74% -
XYZ 23.47 12.24 13.96 -
YUV 80.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 188 22 103 0 0.88 0.45 0.26 330.72 0.79 0.41
Hex BC 16 67 0 58 2D 1A 14B 4F 29
Octal 274 26 147 0 130 55 32 513 117 51
Binary 10111100 10110 1100111 0 1011000 101101 11010 101001011 1001111 101001

Color Harmonies of #BC1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1667

Black with #BC1667

Text Example


Text Example

White with #BC1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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