Html Css Color HEX #BA0954 Jazzberry Jam

📋 copy color: '#BA0954'

red 186 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #BA0954

Tints of Jazzberry Jam #BA0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 66.67%
G = 3.23%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0954 (or 0xBA0954) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 54. RGB value is (186,9,84). Sum of RGB (Red+Green+Blue) = 186+9+84=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0954 is #45F6AB. Grayscale: #464646. Windows color (decimal): -4585132 or 5507514. OLE color: 5507514.

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

Color convert

RGB 186 9 84 -
CMYK 0 0.95 0.55 0.27
HSL 334.58º 0.91% 0.38% -
HSV(B) 334.58º 0.95% 0.73% -
XYZ 21.95 11.27 9.41 -
YUV 70.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 186 9 84 0 0.95 0.55 0.27 334.58 0.91 0.38
Hex BA 9 54 0 5F 37 1B 14F 5B 26
Octal 272 11 124 0 137 67 33 517 133 46
Binary 10111010 1001 1010100 0 1011111 110111 11011 101001111 1011011 100110

Color Harmonies of #BA0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0954

Black with #BA0954

Text Example


Text Example

White with #BA0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0954; }

 p { color: rgb(186,9,84); }

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

background-color css

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

 a { background-color: rgb(186,9,84); }

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

border-color css

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

 span { border-color: rgb(186,9,84); }

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