Html Css Color HEX #BA0067 Jazzberry Jam

📋 copy color: '#BA0067'

red 186 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #BA0067

Tints of Jazzberry Jam #BA0067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 64.36%
G = 0%
B = 35.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA0067 (or 0xBA0067) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 67. RGB value is (186,0,103). Sum of RGB (Red+Green+Blue) = 186+0+103=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0067 is #45FF98. Grayscale: #434343. Windows color (decimal): -4587417 or 6750394. OLE color: 6750394.

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

Color convert

RGB 186 0 103 -
CMYK 0 1 0.45 0.27
HSL 326.77º 1% 0.36% -
HSV(B) 326.77º 1% 0.73% -
XYZ 22.7 11.42 13.84 -
YUV 67.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 186 0 103 0 1 0.45 0.27 326.77 1 0.36
Hex BA 0 67 0 64 2D 1B 147 64 24
Octal 272 0 147 0 144 55 33 507 144 44
Binary 10111010 0 1100111 0 1100100 101101 11011 101000111 1100100 100100

Color Harmonies of #BA0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0067

Black with #BA0067

Text Example


Text Example

White with #BA0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0067; }

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

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

background-color css

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

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

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

border-color css

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

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

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