Html Css Color HEX #BA0468 Jazzberry Jam

📋 copy color: '#BA0468'

red 186 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #BA0468

Tints of Jazzberry Jam #BA0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 63.27%
G = 1.36%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA0468 (or 0xBA0468) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 68. RGB value is (186,4,104). Sum of RGB (Red+Green+Blue) = 186+4+104=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0468 is #45FB97. Grayscale: #454545. Windows color (decimal): -4586392 or 6816954. OLE color: 6816954.

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

Color convert

RGB 186 4 104 -
CMYK 0 0.98 0.44 0.27
HSL 327.03º 0.96% 0.37% -
HSV(B) 327.03º 0.98% 0.73% -
XYZ 22.79 11.53 14.12 -
YUV 69.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 186 4 104 0 0.98 0.44 0.27 327.03 0.96 0.37
Hex BA 4 68 0 62 2C 1B 147 60 25
Octal 272 4 150 0 142 54 33 507 140 45
Binary 10111010 100 1101000 0 1100010 101100 11011 101000111 1100000 100101

Color Harmonies of #BA0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0468

Black with #BA0468

Text Example


Text Example

White with #BA0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0468; }

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

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

background-color css

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

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

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

border-color css

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

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

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