Html Css Color HEX #BA085C Jazzberry Jam

📋 copy color: '#BA085C'

red 186 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #BA085C

Tints of Jazzberry Jam #BA085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 65.03%
G = 2.8%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA085C (or 0xBA085C) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 5C. RGB value is (186,8,92). Sum of RGB (Red+Green+Blue) = 186+8+92=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA085C is #45F7A3. Grayscale: #464646. Windows color (decimal): -4585380 or 6031546. OLE color: 6031546.

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

Color convert

RGB 186 8 92 -
CMYK 0 0.96 0.51 0.27
HSL 331.69º 0.92% 0.38% -
HSV(B) 331.69º 0.96% 0.73% -
XYZ 22.27 11.39 11.15 -
YUV 70.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 186 8 92 0 0.96 0.51 0.27 331.69 0.92 0.38
Hex BA 8 5C 0 60 33 1B 14C 5C 26
Octal 272 10 134 0 140 63 33 514 134 46
Binary 10111010 1000 1011100 0 1100000 110011 11011 101001100 1011100 100110

Color Harmonies of #BA085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA085C

Black with #BA085C

Text Example


Text Example

White with #BA085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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