Html Css Color HEX #BA0265 Jazzberry Jam

📋 copy color: '#BA0265'

red 186 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #BA0265

Tints of Jazzberry Jam #BA0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 64.36%
G = 0.69%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0265 (or 0xBA0265) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 65. RGB value is (186,2,101). Sum of RGB (Red+Green+Blue) = 186+2+101=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0265 is #45FD9A. Grayscale: #444444. Windows color (decimal): -4586907 or 6619834. OLE color: 6619834.

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

Color convert

RGB 186 2 101 -
CMYK 0 0.99 0.46 0.27
HSL 327.72º 0.98% 0.37% -
HSV(B) 327.72º 0.99% 0.73% -
XYZ 22.62 11.42 13.32 -
YUV 68.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 186 2 101 0 0.99 0.46 0.27 327.72 0.98 0.37
Hex BA 2 65 0 63 2E 1B 148 62 25
Octal 272 2 145 0 143 56 33 510 142 45
Binary 10111010 10 1100101 0 1100011 101110 11011 101001000 1100010 100101

Color Harmonies of #BA0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0265

Black with #BA0265

Text Example


Text Example

White with #BA0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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