Html Css Color HEX #BA0069 Jazzberry Jam

📋 copy color: '#BA0069'

red 186 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #BA0069

Tints of Jazzberry Jam #BA0069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 63.92%
G = 0%
B = 36.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA0069 (or 0xBA0069) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 69. RGB value is (186,0,105). Sum of RGB (Red+Green+Blue) = 186+0+105=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0069 is #45FF96. Grayscale: #434343. Windows color (decimal): -4587415 or 6881466. OLE color: 6881466.

HSL color Cylindrical-coordinate representation of color #BA0069: hue angle of 326.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0069 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 105 -
CMYK 0 1 0.44 0.27
HSL 326.13º 1% 0.36% -
HSV(B) 326.13º 1% 0.73% -
XYZ 22.8 11.46 14.37 -
YUV 67.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 186 0 105 0 1 0.44 0.27 326.13 1 0.36
Hex BA 0 69 0 64 2C 1B 146 64 24
Octal 272 0 151 0 144 54 33 506 144 44
Binary 10111010 0 1101001 0 1100100 101100 11011 101000110 1100100 100100

Color Harmonies of #BA0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0069

Black with #BA0069

Text Example


Text Example

White with #BA0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0069; }

 p { color: rgb(186,0,105); }

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

background-color css

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

 a { background-color: rgb(186,0,105); }

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

border-color css

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

 span { border-color: rgb(186,0,105); }

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