Html Css Color HEX #BC0F50 Jazzberry Jam

📋 copy color: '#BC0F50'

red 188 ◦ green 15 ◦ blue 80

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

Shades of Jazzberry Jam #BC0F50

Tints of Jazzberry Jam #BC0F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 66.43%
G = 5.3%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0F50 (or 0xBC0F50) is known color: Jazzberry Jam. HEX triplet: BC, 0F and 50. RGB value is (188,15,80). Sum of RGB (Red+Green+Blue) = 188+15+80=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0F50 is #43F0AF. Grayscale: #4A4A4A. Windows color (decimal): -4452528 or 5246908. OLE color: 5246908.

HSL color Cylindrical-coordinate representation of color #BC0F50: hue angle of 337.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F50 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 15 80 -
CMYK 0 0.92 0.57 0.26
HSL 337.46º 0.85% 0.4% -
HSV(B) 337.46º 0.92% 0.74% -
XYZ 22.36 11.61 8.65 -
YUV 74.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 188 15 80 0 0.92 0.57 0.26 337.46 0.85 0.4
Hex BC F 50 0 5C 39 1A 151 55 28
Octal 274 17 120 0 134 71 32 521 125 50
Binary 10111100 1111 1010000 0 1011100 111001 11010 101010001 1010101 101000

Color Harmonies of #BC0F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F50

Black with #BC0F50

Text Example


Text Example

White with #BC0F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F50; }

 p { color: rgb(188,15,80); }

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

background-color css

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

 a { background-color: rgb(188,15,80); }

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

border-color css

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

 span { border-color: rgb(188,15,80); }

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