Html Css Color HEX #BC176A Jazzberry Jam

📋 copy color: '#BC176A'

red 188 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #BC176A

Tints of Jazzberry Jam #BC176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 59.31%
G = 7.26%
B = 33.44%

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

#BC176A (or 0xBC176A) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 6A. RGB value is (188,23,106). Sum of RGB (Red+Green+Blue) = 188+23+106=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC176A is #43E895. Grayscale: #515151. Windows color (decimal): -4450454 or 6952892. OLE color: 6952892.

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

Color convert

RGB 188 23 106 -
CMYK 0 0.88 0.44 0.26
HSL 329.82º 0.78% 0.41% -
HSV(B) 329.82º 0.88% 0.74% -
XYZ 23.65 12.34 14.77 -
YUV 81.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 188 23 106 0 0.88 0.44 0.26 329.82 0.78 0.41
Hex BC 17 6A 0 58 2C 1A 14A 4E 29
Octal 274 27 152 0 130 54 32 512 116 51
Binary 10111100 10111 1101010 0 1011000 101100 11010 101001010 1001110 101001

Color Harmonies of #BC176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC176A

Black with #BC176A

Text Example


Text Example

White with #BC176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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