Html Css Color HEX #BA0467 Jazzberry Jam

📋 copy color: '#BA0467'

red 186 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #BA0467

Tints of Jazzberry Jam #BA0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 63.48%
G = 1.37%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA0467 (or 0xBA0467) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 67. RGB value is (186,4,103). Sum of RGB (Red+Green+Blue) = 186+4+103=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0467 is #45FB98. Grayscale: #454545. Windows color (decimal): -4586393 or 6751418. OLE color: 6751418.

HSL color Cylindrical-coordinate representation of color #BA0467: hue angle of 327.36º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0467 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 103 -
CMYK 0 0.98 0.45 0.27
HSL 327.36º 0.96% 0.37% -
HSV(B) 327.36º 0.98% 0.73% -
XYZ 22.74 11.51 13.85 -
YUV 69.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 186 4 103 0 0.98 0.45 0.27 327.36 0.96 0.37
Hex BA 4 67 0 62 2D 1B 147 60 25
Octal 272 4 147 0 142 55 33 507 140 45
Binary 10111010 100 1100111 0 1100010 101101 11011 101000111 1100000 100101

Color Harmonies of #BA0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0467

Black with #BA0467

Text Example


Text Example

White with #BA0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0467; }

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

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

background-color css

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

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

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

border-color css

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

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

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