Html Css Color HEX #BA0E6A Jazzberry Jam

📋 copy color: '#BA0E6A'

red 186 ◦ green 14 ◦ blue 106

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

Shades of Jazzberry Jam #BA0E6A

Tints of Jazzberry Jam #BA0E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 60.78%
G = 4.58%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA0E6A (or 0xBA0E6A) is known color: Jazzberry Jam. HEX triplet: BA, 0E and 6A. RGB value is (186,14,106). Sum of RGB (Red+Green+Blue) = 186+14+106=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0E6A is #45F195. Grayscale: #4B4B4B. Windows color (decimal): -4583830 or 6950586. OLE color: 6950586.

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

Color convert

RGB 186 14 106 -
CMYK 0 0.92 0.43 0.27
HSL 327.91º 0.86% 0.39% -
HSV(B) 327.91º 0.92% 0.73% -
XYZ 23.01 11.79 14.7 -
YUV 75.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 186 14 106 0 0.92 0.43 0.27 327.91 0.86 0.39
Hex BA E 6A 0 5C 2B 1B 148 56 27
Octal 272 16 152 0 134 53 33 510 126 47
Binary 10111010 1110 1101010 0 1011100 101011 11011 101001000 1010110 100111

Color Harmonies of #BA0E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E6A

Black with #BA0E6A

Text Example


Text Example

White with #BA0E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E6A; }

 p { color: rgb(186,14,106); }

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

background-color css

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

 a { background-color: rgb(186,14,106); }

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

border-color css

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

 span { border-color: rgb(186,14,106); }

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