Html Css Color HEX #BA0263 Jazzberry Jam

📋 copy color: '#BA0263'

red 186 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #BA0263

Tints of Jazzberry Jam #BA0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 64.81%
G = 0.7%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0263 (or 0xBA0263) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 63. RGB value is (186,2,99). Sum of RGB (Red+Green+Blue) = 186+2+99=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0263 is #45FD9C. Grayscale: #434343. Windows color (decimal): -4586909 or 6488762. OLE color: 6488762.

HSL color Cylindrical-coordinate representation of color #BA0263: hue angle of 328.37º degrees, saturation: 0.98, 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 #BA0263 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 99 -
CMYK 0 0.99 0.47 0.27
HSL 328.37º 0.98% 0.37% -
HSV(B) 328.37º 0.99% 0.73% -
XYZ 22.52 11.38 12.81 -
YUV 68.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 186 2 99 0 0.99 0.47 0.27 328.37 0.98 0.37
Hex BA 2 63 0 63 2F 1B 148 62 25
Octal 272 2 143 0 143 57 33 510 142 45
Binary 10111010 10 1100011 0 1100011 101111 11011 101001000 1100010 100101

Color Harmonies of #BA0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0263

Black with #BA0263

Text Example


Text Example

White with #BA0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0263; }

 p { color: rgb(186,2,99); }

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

background-color css

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

 a { background-color: rgb(186,2,99); }

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

border-color css

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

 span { border-color: rgb(186,2,99); }

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