Html Css Color HEX #BC185F Jazzberry Jam

📋 copy color: '#BC185F'

red 188 ◦ green 24 ◦ blue 95

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

Shades of Jazzberry Jam #BC185F

Tints of Jazzberry Jam #BC185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 61.24%
G = 7.82%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC185F (or 0xBC185F) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 5F. RGB value is (188,24,95). Sum of RGB (Red+Green+Blue) = 188+24+95=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC185F is #43E7A0. Grayscale: #515151. Windows color (decimal): -4450209 or 6232252. OLE color: 6232252.

HSL color Cylindrical-coordinate representation of color #BC185F: hue angle of 334.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC185F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 95 -
CMYK 0 0.87 0.49 0.26
HSL 334.02º 0.77% 0.42% -
HSV(B) 334.02º 0.87% 0.74% -
XYZ 23.13 12.17 11.96 -
YUV 81.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 188 24 95 0 0.87 0.49 0.26 334.02 0.77 0.42
Hex BC 18 5F 0 57 31 1A 14E 4D 2A
Octal 274 30 137 0 127 61 32 516 115 52
Binary 10111100 11000 1011111 0 1010111 110001 11010 101001110 1001101 101010

Color Harmonies of #BC185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC185F

Black with #BC185F

Text Example


Text Example

White with #BC185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC185F; }

 p { color: rgb(188,24,95); }

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

background-color css

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

 a { background-color: rgb(188,24,95); }

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

border-color css

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

 span { border-color: rgb(188,24,95); }

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