Html Css Color HEX #BC0F4F Jazzberry Jam

📋 copy color: '#BC0F4F'

red 188 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #BC0F4F

Tints of Jazzberry Jam #BC0F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 66.67%
G = 5.32%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC0F4F (or 0xBC0F4F) is known color: Jazzberry Jam. HEX triplet: BC, 0F and 4F. RGB value is (188,15,79). Sum of RGB (Red+Green+Blue) = 188+15+79=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0F4F is #43F0B0. Grayscale: #494949. Windows color (decimal): -4452529 or 5181372. OLE color: 5181372.

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

Color convert

RGB 188 15 79 -
CMYK 0 0.92 0.58 0.26
HSL 337.8º 0.85% 0.4% -
HSV(B) 337.8º 0.92% 0.74% -
XYZ 22.32 11.6 8.46 -
YUV 74.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 188 15 79 0 0.92 0.58 0.26 337.8 0.85 0.4
Hex BC F 4F 0 5C 3A 1A 152 55 28
Octal 274 17 117 0 134 72 32 522 125 50
Binary 10111100 1111 1001111 0 1011100 111010 11010 101010010 1010101 101000

Color Harmonies of #BC0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F4F

Black with #BC0F4F

Text Example


Text Example

White with #BC0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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