Html Css Color HEX #BA0A6B Jazzberry Jam

📋 copy color: '#BA0A6B'

red 186 ◦ green 10 ◦ blue 107

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

Shades of Jazzberry Jam #BA0A6B

Tints of Jazzberry Jam #BA0A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 61.39%
G = 3.3%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA0A6B (or 0xBA0A6B) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 6B. RGB value is (186,10,107). Sum of RGB (Red+Green+Blue) = 186+10+107=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A6B is #45F594. Grayscale: #494949. Windows color (decimal): -4584853 or 7015098. OLE color: 7015098.

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

Color convert

RGB 186 10 107 -
CMYK 0 0.95 0.42 0.27
HSL 326.93º 0.9% 0.38% -
HSV(B) 326.93º 0.95% 0.73% -
XYZ 23.01 11.72 14.96 -
YUV 73.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 186 10 107 0 0.95 0.42 0.27 326.93 0.9 0.38
Hex BA A 6B 0 5F 2A 1B 147 5A 26
Octal 272 12 153 0 137 52 33 507 132 46
Binary 10111010 1010 1101011 0 1011111 101010 11011 101000111 1011010 100110

Color Harmonies of #BA0A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A6B

Black with #BA0A6B

Text Example


Text Example

White with #BA0A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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