Html Css Color HEX #BA005C Jazzberry Jam

📋 copy color: '#BA005C'

red 186 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #BA005C

Tints of Jazzberry Jam #BA005C

RGB

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

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

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

R = 66.91%
G = 0%
B = 33.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA005C (or 0xBA005C) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5C. RGB value is (186,0,92). Sum of RGB (Red+Green+Blue) = 186+0+92=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005C is #45FFA3. Grayscale: #414141. Windows color (decimal): -4587428 or 6029498. OLE color: 6029498.

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

Color convert

RGB 186 0 92 -
CMYK 0 1 0.51 0.27
HSL 330.32º 1% 0.36% -
HSV(B) 330.32º 1% 0.73% -
XYZ 22.18 11.21 11.12 -
YUV 66.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 186 0 92 0 1 0.51 0.27 330.32 1 0.36
Hex BA 0 5C 0 64 33 1B 14A 64 24
Octal 272 0 134 0 144 63 33 512 144 44
Binary 10111010 0 1011100 0 1100100 110011 11011 101001010 1100100 100100

Color Harmonies of #BA005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA005C

Black with #BA005C

Text Example


Text Example

White with #BA005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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