Html Css Color HEX #BC136C Jazzberry Jam

📋 copy color: '#BC136C'

red 188 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #BC136C

Tints of Jazzberry Jam #BC136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 59.68%
G = 6.03%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC136C (or 0xBC136C) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 6C. RGB value is (188,19,108). Sum of RGB (Red+Green+Blue) = 188+19+108=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136C is #43EC93. Grayscale: #4F4F4F. Windows color (decimal): -4451476 or 7082940. OLE color: 7082940.

HSL color Cylindrical-coordinate representation of color #BC136C: hue angle of 328.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC136C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 108 -
CMYK 0 0.90 0.43 0.26
HSL 328.4º 0.82% 0.41% -
HSV(B) 328.4º 0.9% 0.74% -
XYZ 23.68 12.24 15.3 -
YUV 79.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 188 19 108 0 0.90 0.43 0.26 328.4 0.82 0.41
Hex BC 13 6C 0 5A 2B 1A 148 52 29
Octal 274 23 154 0 132 53 32 510 122 51
Binary 10111100 10011 1101100 0 1011010 101011 11010 101001000 1010010 101001

Color Harmonies of #BC136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC136C

Black with #BC136C

Text Example


Text Example

White with #BC136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC136C; }

 p { color: rgb(188,19,108); }

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

background-color css

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

 a { background-color: rgb(188,19,108); }

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

border-color css

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

 span { border-color: rgb(188,19,108); }

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