Html Css Color HEX #BA026D Jazzberry Jam

📋 copy color: '#BA026D'

red 186 ◦ green 2 ◦ blue 109

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

Shades of Jazzberry Jam #BA026D

Tints of Jazzberry Jam #BA026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 62.63%
G = 0.67%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA026D (or 0xBA026D) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 6D. RGB value is (186,2,109). Sum of RGB (Red+Green+Blue) = 186+2+109=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026D is #45FD92. Grayscale: #444444. Windows color (decimal): -4586899 or 7144122. OLE color: 7144122.

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

Color convert

RGB 186 2 109 -
CMYK 0 0.99 0.41 0.27
HSL 325.11º 0.98% 0.37% -
HSV(B) 325.11º 0.99% 0.73% -
XYZ 23.03 11.59 15.49 -
YUV 69.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 186 2 109 0 0.99 0.41 0.27 325.11 0.98 0.37
Hex BA 2 6D 0 63 29 1B 145 62 25
Octal 272 2 155 0 143 51 33 505 142 45
Binary 10111010 10 1101101 0 1100011 101001 11011 101000101 1100010 100101

Color Harmonies of #BA026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA026D

Black with #BA026D

Text Example


Text Example

White with #BA026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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