Html Css Color HEX #BA084D Jazzberry Jam

📋 copy color: '#BA084D'

red 186 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #BA084D

Tints of Jazzberry Jam #BA084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 68.63%
G = 2.95%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA084D (or 0xBA084D) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4D. RGB value is (186,8,77). Sum of RGB (Red+Green+Blue) = 186+8+77=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA084D is #45F7B2. Grayscale: #444444. Windows color (decimal): -4585395 or 5048506. OLE color: 5048506.

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

Color convert

RGB 186 8 77 -
CMYK 0 0.96 0.59 0.27
HSL 336.74º 0.92% 0.38% -
HSV(B) 336.74º 0.96% 0.73% -
XYZ 21.68 11.15 8.03 -
YUV 69.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 186 8 77 0 0.96 0.59 0.27 336.74 0.92 0.38
Hex BA 8 4D 0 60 3B 1B 151 5C 26
Octal 272 10 115 0 140 73 33 521 134 46
Binary 10111010 1000 1001101 0 1100000 111011 11011 101010001 1011100 100110

Color Harmonies of #BA084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA084D

Black with #BA084D

Text Example


Text Example

White with #BA084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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