Html Css Color HEX #BA006C Jazzberry Jam

📋 copy color: '#BA006C'

red 186 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #BA006C

Tints of Jazzberry Jam #BA006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA006C (or 0xBA006C) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 6C. RGB value is (186,0,108). Sum of RGB (Red+Green+Blue) = 186+0+108=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006C is #45FF93. Grayscale: #434343. Windows color (decimal): -4587412 or 7078074. OLE color: 7078074.

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

Color convert

RGB 186 0 108 -
CMYK 0 1 0.42 0.27
HSL 325.16º 1% 0.36% -
HSV(B) 325.16º 1% 0.73% -
XYZ 22.96 11.52 15.2 -
YUV 67.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 186 0 108 0 1 0.42 0.27 325.16 1 0.36
Hex BA 0 6C 0 64 2A 1B 145 64 24
Octal 272 0 154 0 144 52 33 505 144 44
Binary 10111010 0 1101100 0 1100100 101010 11011 101000101 1100100 100100

Color Harmonies of #BA006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA006C

Black with #BA006C

Text Example


Text Example

White with #BA006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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