Html Css Color HEX #BA006A Jazzberry Jam

📋 copy color: '#BA006A'

red 186 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #BA006A

Tints of Jazzberry Jam #BA006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 63.7%
G = 0%
B = 36.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA006A (or 0xBA006A) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 6A. RGB value is (186,0,106). Sum of RGB (Red+Green+Blue) = 186+0+106=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006A is #45FF95. Grayscale: #434343. Windows color (decimal): -4587414 or 6947002. OLE color: 6947002.

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

Color convert

RGB 186 0 106 -
CMYK 0 1 0.43 0.27
HSL 325.81º 1% 0.36% -
HSV(B) 325.81º 1% 0.73% -
XYZ 22.85 11.48 14.65 -
YUV 67.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 186 0 106 0 1 0.43 0.27 325.81 1 0.36
Hex BA 0 6A 0 64 2B 1B 146 64 24
Octal 272 0 152 0 144 53 33 506 144 44
Binary 10111010 0 1101010 0 1100100 101011 11011 101000110 1100100 100100

Color Harmonies of #BA006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA006A

Black with #BA006A

Text Example


Text Example

White with #BA006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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