Html Css Color HEX #BC094F Jazzberry Jam

📋 copy color: '#BC094F'

red 188 ◦ green 9 ◦ blue 79

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

Shades of Jazzberry Jam #BC094F

Tints of Jazzberry Jam #BC094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 68.12%
G = 3.26%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC094F (or 0xBC094F) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 4F. RGB value is (188,9,79). Sum of RGB (Red+Green+Blue) = 188+9+79=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC094F is #43F6B0. Grayscale: #464646. Windows color (decimal): -4454065 or 5179836. OLE color: 5179836.

HSL color Cylindrical-coordinate representation of color #BC094F: hue angle of 336.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC094F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 79 -
CMYK 0 0.95 0.58 0.26
HSL 336.54º 0.91% 0.39% -
HSV(B) 336.54º 0.95% 0.74% -
XYZ 22.25 11.45 8.43 -
YUV 70.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 188 9 79 0 0.95 0.58 0.26 336.54 0.91 0.39
Hex BC 9 4F 0 5F 3A 1A 151 5B 27
Octal 274 11 117 0 137 72 32 521 133 47
Binary 10111100 1001 1001111 0 1011111 111010 11010 101010001 1011011 100111

Color Harmonies of #BC094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC094F

Black with #BC094F

Text Example


Text Example

White with #BC094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC094F; }

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

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

background-color css

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

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

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

border-color css

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

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

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