Html Css Color HEX #BC156A Jazzberry Jam

📋 copy color: '#BC156A'

red 188 ◦ green 21 ◦ blue 106

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

Shades of Jazzberry Jam #BC156A

Tints of Jazzberry Jam #BC156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 59.68%
G = 6.67%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC156A (or 0xBC156A) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 6A. RGB value is (188,21,106). Sum of RGB (Red+Green+Blue) = 188+21+106=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC156A is #43EA95. Grayscale: #505050. Windows color (decimal): -4450966 or 6952380. OLE color: 6952380.

HSL color Cylindrical-coordinate representation of color #BC156A: hue angle of 329.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC156A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 106 -
CMYK 0 0.89 0.44 0.26
HSL 329.46º 0.8% 0.41% -
HSV(B) 329.46º 0.89% 0.74% -
XYZ 23.61 12.27 14.76 -
YUV 80.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 188 21 106 0 0.89 0.44 0.26 329.46 0.8 0.41
Hex BC 15 6A 0 59 2C 1A 149 50 29
Octal 274 25 152 0 131 54 32 511 120 51
Binary 10111100 10101 1101010 0 1011001 101100 11010 101001001 1010000 101001

Color Harmonies of #BC156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC156A

Black with #BC156A

Text Example


Text Example

White with #BC156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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