Html Css Color HEX #BA0C6F Jazzberry Jam

📋 copy color: '#BA0C6F'

red 186 ◦ green 12 ◦ blue 111

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

Shades of Jazzberry Jam #BA0C6F

Tints of Jazzberry Jam #BA0C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 60.19%
G = 3.88%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA0C6F (or 0xBA0C6F) is known color: Jazzberry Jam. HEX triplet: BA, 0C and 6F. RGB value is (186,12,111). Sum of RGB (Red+Green+Blue) = 186+12+111=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C6F is #45F390. Grayscale: #4B4B4B. Windows color (decimal): -4584337 or 7277754. OLE color: 7277754.

HSL color Cylindrical-coordinate representation of color #BA0C6F: hue angle of 325.86º 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 #BA0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 111 -
CMYK 0 0.94 0.40 0.27
HSL 325.86º 0.88% 0.39% -
HSV(B) 325.86º 0.94% 0.73% -
XYZ 23.25 11.85 16.1 -
YUV 75.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 186 12 111 0 0.94 0.40 0.27 325.86 0.88 0.39
Hex BA C 6F 0 5E 28 1B 146 58 27
Octal 272 14 157 0 136 50 33 506 130 47
Binary 10111010 1100 1101111 0 1011110 101000 11011 101000110 1011000 100111

Color Harmonies of #BA0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C6F

Black with #BA0C6F

Text Example


Text Example

White with #BA0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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