Html Css Color HEX #BA084A Jazzberry Jam

📋 copy color: '#BA084A'

red 186 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #BA084A

Tints of Jazzberry Jam #BA084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 69.4%
G = 2.99%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA084A (or 0xBA084A) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4A. RGB value is (186,8,74). Sum of RGB (Red+Green+Blue) = 186+8+74=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA084A is #45F7B5. Grayscale: #444444. Windows color (decimal): -4585398 or 4851898. OLE color: 4851898.

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

Color convert

RGB 186 8 74 -
CMYK 0 0.96 0.60 0.27
HSL 337.75º 0.92% 0.38% -
HSV(B) 337.75º 0.96% 0.73% -
XYZ 21.57 11.11 7.49 -
YUV 68.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 186 8 74 0 0.96 0.60 0.27 337.75 0.92 0.38
Hex BA 8 4A 0 60 3C 1B 152 5C 26
Octal 272 10 112 0 140 74 33 522 134 46
Binary 10111010 1000 1001010 0 1100000 111100 11011 101010010 1011100 100110

Color Harmonies of #BA084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA084A

Black with #BA084A

Text Example


Text Example

White with #BA084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA084A; }

 p { color: rgb(186,8,74); }

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

background-color css

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

 a { background-color: rgb(186,8,74); }

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

border-color css

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

 span { border-color: rgb(186,8,74); }

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