Html Css Color HEX #BA0D6F Jazzberry Jam

📋 copy color: '#BA0D6F'

red 186 ◦ green 13 ◦ blue 111

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

Shades of Jazzberry Jam #BA0D6F

Tints of Jazzberry Jam #BA0D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

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

R = 60%
G = 4.19%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA0D6F (or 0xBA0D6F) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 6F. RGB value is (186,13,111). Sum of RGB (Red+Green+Blue) = 186+13+111=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D6F is #45F290. Grayscale: #4B4B4B. Windows color (decimal): -4584081 or 7278010. OLE color: 7278010.

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

Color convert

RGB 186 13 111 -
CMYK 0 0.93 0.40 0.27
HSL 326.01º 0.87% 0.39% -
HSV(B) 326.01º 0.93% 0.73% -
XYZ 23.26 11.87 16.1 -
YUV 75.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 186 13 111 0 0.93 0.40 0.27 326.01 0.87 0.39
Hex BA D 6F 0 5D 28 1B 146 57 27
Octal 272 15 157 0 135 50 33 506 127 47
Binary 10111010 1101 1101111 0 1011101 101000 11011 101000110 1010111 100111

Color Harmonies of #BA0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D6F

Black with #BA0D6F

Text Example


Text Example

White with #BA0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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