Html Css Color HEX #BA085E Jazzberry Jam

📋 copy color: '#BA085E'

red 186 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #BA085E

Tints of Jazzberry Jam #BA085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 64.58%
G = 2.78%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA085E (or 0xBA085E) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 5E. RGB value is (186,8,94). Sum of RGB (Red+Green+Blue) = 186+8+94=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA085E is #45F7A1. Grayscale: #464646. Windows color (decimal): -4585378 or 6162618. OLE color: 6162618.

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

Color convert

RGB 186 8 94 -
CMYK 0 0.96 0.49 0.27
HSL 331.01º 0.92% 0.38% -
HSV(B) 331.01º 0.96% 0.73% -
XYZ 22.36 11.42 11.62 -
YUV 71.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 186 8 94 0 0.96 0.49 0.27 331.01 0.92 0.38
Hex BA 8 5E 0 60 31 1B 14B 5C 26
Octal 272 10 136 0 140 61 33 513 134 46
Binary 10111010 1000 1011110 0 1100000 110001 11011 101001011 1011100 100110

Color Harmonies of #BA085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA085E

Black with #BA085E

Text Example


Text Example

White with #BA085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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