Html Css Color HEX #BA085D Jazzberry Jam

📋 copy color: '#BA085D'

red 186 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #BA085D

Tints of Jazzberry Jam #BA085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 64.81%
G = 2.79%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA085D (or 0xBA085D) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 5D. RGB value is (186,8,93). Sum of RGB (Red+Green+Blue) = 186+8+93=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA085D is #45F7A2. Grayscale: #464646. Windows color (decimal): -4585379 or 6097082. OLE color: 6097082.

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

Color convert

RGB 186 8 93 -
CMYK 0 0.96 0.5 0.27
HSL 331.35º 0.92% 0.38% -
HSV(B) 331.35º 0.96% 0.73% -
XYZ 22.31 11.4 11.38 -
YUV 70.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 186 8 93 0 0.96 0.5 0.27 331.35 0.92 0.38
Hex BA 8 5D 0 60 32 1B 14B 5C 26
Octal 272 10 135 0 140 62 33 513 134 46
Binary 10111010 1000 1011101 0 1100000 110010 11011 101001011 1011100 100110

Color Harmonies of #BA085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA085D

Black with #BA085D

Text Example


Text Example

White with #BA085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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