Html Css Color HEX #BA015E Jazzberry Jam

📋 copy color: '#BA015E'

red 186 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #BA015E

Tints of Jazzberry Jam #BA015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 66.19%
G = 0.36%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA015E (or 0xBA015E) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 5E. RGB value is (186,1,94). Sum of RGB (Red+Green+Blue) = 186+1+94=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA015E is #45FEA1. Grayscale: #424242. Windows color (decimal): -4587170 or 6160826. OLE color: 6160826.

HSL color Cylindrical-coordinate representation of color #BA015E: hue angle of 329.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA015E is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 94 -
CMYK 0 0.99 0.49 0.27
HSL 329.84º 0.99% 0.37% -
HSV(B) 329.84º 0.99% 0.73% -
XYZ 22.28 11.27 11.59 -
YUV 66.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 186 1 94 0 0.99 0.49 0.27 329.84 0.99 0.37
Hex BA 1 5E 0 63 31 1B 14A 63 25
Octal 272 1 136 0 143 61 33 512 143 45
Binary 10111010 1 1011110 0 1100011 110001 11011 101001010 1100011 100101

Color Harmonies of #BA015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA015E

Black with #BA015E

Text Example


Text Example

White with #BA015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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