Html Css Color HEX #BA006F Jazzberry Jam

📋 copy color: '#BA006F'

red 186 ◦ green 0 ◦ blue 111

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

Shades of Jazzberry Jam #BA006F

Tints of Jazzberry Jam #BA006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 62.63%
G = 0%
B = 37.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA006F (or 0xBA006F) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 6F. RGB value is (186,0,111). Sum of RGB (Red+Green+Blue) = 186+0+111=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006F is #45FF90. Grayscale: #444444. Windows color (decimal): -4587409 or 7274682. OLE color: 7274682.

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

Color convert

RGB 186 0 111 -
CMYK 0 1 0.40 0.27
HSL 324.19º 1% 0.36% -
HSV(B) 324.19º 1% 0.73% -
XYZ 23.12 11.59 16.06 -
YUV 68.27 152.12 211.97 -
System Red Green Blue C M Y K H S L
Decimal 186 0 111 0 1 0.40 0.27 324.19 1 0.36
Hex BA 0 6F 0 64 28 1B 144 64 24
Octal 272 0 157 0 144 50 33 504 144 44
Binary 10111010 0 1101111 0 1100100 101000 11011 101000100 1100100 100100

Color Harmonies of #BA006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA006F

Black with #BA006F

Text Example


Text Example

White with #BA006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA006F; }

 p { color: rgb(186,0,111); }

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

background-color css

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

 a { background-color: rgb(186,0,111); }

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

border-color css

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

 span { border-color: rgb(186,0,111); }

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