Html Css Color HEX #BC1669 Jazzberry Jam

📋 copy color: '#BC1669'

red 188 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #BC1669

Tints of Jazzberry Jam #BC1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 59.68%
G = 6.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC1669 (or 0xBC1669) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 69. RGB value is (188,22,105). Sum of RGB (Red+Green+Blue) = 188+22+105=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1669 is #43E996. Grayscale: #505050. Windows color (decimal): -4450711 or 6887100. OLE color: 6887100.

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

Color convert

RGB 188 22 105 -
CMYK 0 0.88 0.44 0.26
HSL 330º 0.79% 0.41% -
HSV(B) 330º 0.88% 0.74% -
XYZ 23.58 12.29 14.49 -
YUV 81.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 188 22 105 0 0.88 0.44 0.26 330 0.79 0.41
Hex BC 16 69 0 58 2C 1A 14A 4F 29
Octal 274 26 151 0 130 54 32 512 117 51
Binary 10111100 10110 1101001 0 1011000 101100 11010 101001010 1001111 101001

Color Harmonies of #BC1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1669

Black with #BC1669

Text Example


Text Example

White with #BC1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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