Html Css Color HEX #BC136B Jazzberry Jam

📋 copy color: '#BC136B'

red 188 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #BC136B

Tints of Jazzberry Jam #BC136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 59.87%
G = 6.05%
B = 34.08%

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

#BC136B (or 0xBC136B) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 6B. RGB value is (188,19,107). Sum of RGB (Red+Green+Blue) = 188+19+107=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136B is #43EC94. Grayscale: #4F4F4F. Windows color (decimal): -4451477 or 7017404. OLE color: 7017404.

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

Color convert

RGB 188 19 107 -
CMYK 0 0.90 0.43 0.26
HSL 328.76º 0.82% 0.41% -
HSV(B) 328.76º 0.9% 0.74% -
XYZ 23.63 12.22 15.02 -
YUV 79.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 188 19 107 0 0.90 0.43 0.26 328.76 0.82 0.41
Hex BC 13 6B 0 5A 2B 1A 149 52 29
Octal 274 23 153 0 132 53 32 511 122 51
Binary 10111100 10011 1101011 0 1011010 101011 11010 101001001 1010010 101001

Color Harmonies of #BC136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC136B

Black with #BC136B

Text Example


Text Example

White with #BC136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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