Html Css Color HEX #BA0C5F Jazzberry Jam

📋 copy color: '#BA0C5F'

red 186 ◦ green 12 ◦ blue 95

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

Shades of Jazzberry Jam #BA0C5F

Tints of Jazzberry Jam #BA0C5F

RGB

 RED value IS 186 (73.05% from 255) = 63.48%

 GREEN value IS 12 (5.08% from 255) = 4.1%

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

R = 63.48%
G = 4.1%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA0C5F (or 0xBA0C5F) is known color: Jazzberry Jam. HEX triplet: BA, 0C and 5F. RGB value is (186,12,95). Sum of RGB (Red+Green+Blue) = 186+12+95=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C5F is #45F3A0. Grayscale: #494949. Windows color (decimal): -4584353 or 6229178. OLE color: 6229178.

HSL color Cylindrical-coordinate representation of color #BA0C5F: hue angle of 331.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C5F is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 95 -
CMYK 0 0.94 0.49 0.27
HSL 331.38º 0.88% 0.39% -
HSV(B) 331.38º 0.94% 0.73% -
XYZ 22.45 11.53 11.87 -
YUV 73.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 186 12 95 0 0.94 0.49 0.27 331.38 0.88 0.39
Hex BA C 5F 0 5E 31 1B 14B 58 27
Octal 272 14 137 0 136 61 33 513 130 47
Binary 10111010 1100 1011111 0 1011110 110001 11011 101001011 1011000 100111

Color Harmonies of #BA0C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C5F

Black with #BA0C5F

Text Example


Text Example

White with #BA0C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C5F; }

 p { color: rgb(186,12,95); }

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

background-color css

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

 a { background-color: rgb(186,12,95); }

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

border-color css

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

 span { border-color: rgb(186,12,95); }

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