Html Css Color HEX #BC1B5F Jazzberry Jam

📋 copy color: '#BC1B5F'

red 188 ◦ green 27 ◦ blue 95

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

Shades of Jazzberry Jam #BC1B5F

Tints of Jazzberry Jam #BC1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

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

R = 60.65%
G = 8.71%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC1B5F (or 0xBC1B5F) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 5F. RGB value is (188,27,95). Sum of RGB (Red+Green+Blue) = 188+27+95=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B5F is #43E4A0. Grayscale: #525252. Windows color (decimal): -4449441 or 6233020. OLE color: 6233020.

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

Color convert

RGB 188 27 95 -
CMYK 0 0.86 0.49 0.26
HSL 334.66º 0.75% 0.42% -
HSV(B) 334.66º 0.86% 0.74% -
XYZ 23.2 12.3 11.98 -
YUV 82.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 188 27 95 0 0.86 0.49 0.26 334.66 0.75 0.42
Hex BC 1B 5F 0 56 31 1A 14F 4B 2A
Octal 274 33 137 0 126 61 32 517 113 52
Binary 10111100 11011 1011111 0 1010110 110001 11010 101001111 1001011 101010

Color Harmonies of #BC1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B5F

Black with #BC1B5F

Text Example


Text Example

White with #BC1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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