Html Css Color HEX #BA0A6D Jazzberry Jam

📋 copy color: '#BA0A6D'

red 186 ◦ green 10 ◦ blue 109

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

Shades of Jazzberry Jam #BA0A6D

Tints of Jazzberry Jam #BA0A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 60.98%
G = 3.28%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA0A6D (or 0xBA0A6D) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 6D. RGB value is (186,10,109). Sum of RGB (Red+Green+Blue) = 186+10+109=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A6D is #45F592. Grayscale: #494949. Windows color (decimal): -4584851 or 7146170. OLE color: 7146170.

HSL color Cylindrical-coordinate representation of color #BA0A6D: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A6D is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 109 -
CMYK 0 0.95 0.41 0.27
HSL 326.25º 0.9% 0.38% -
HSV(B) 326.25º 0.95% 0.73% -
XYZ 23.12 11.76 15.52 -
YUV 73.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 186 10 109 0 0.95 0.41 0.27 326.25 0.9 0.38
Hex BA A 6D 0 5F 29 1B 146 5A 26
Octal 272 12 155 0 137 51 33 506 132 46
Binary 10111010 1010 1101101 0 1011111 101001 11011 101000110 1011010 100110

Color Harmonies of #BA0A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A6D

Black with #BA0A6D

Text Example


Text Example

White with #BA0A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A6D; }

 p { color: rgb(186,10,109); }

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

background-color css

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

 a { background-color: rgb(186,10,109); }

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

border-color css

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

 span { border-color: rgb(186,10,109); }

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