Html Css Color HEX #BA216A Jazzberry Jam

📋 copy color: '#BA216A'

red 186 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #BA216A

Tints of Jazzberry Jam #BA216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

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

R = 57.23%
G = 10.15%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA216A (or 0xBA216A) is known color: Jazzberry Jam. HEX triplet: BA, 21 and 6A. RGB value is (186,33,106). Sum of RGB (Red+Green+Blue) = 186+33+106=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA216A is #45DE95. Grayscale: #565656. Windows color (decimal): -4578966 or 6955450. OLE color: 6955450.

HSL color Cylindrical-coordinate representation of color #BA216A: hue angle of 331.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA216A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 106 -
CMYK 0 0.82 0.43 0.27
HSL 331.37º 0.7% 0.43% -
HSV(B) 331.37º 0.82% 0.73% -
XYZ 23.4 12.57 14.83 -
YUV 87.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 186 33 106 0 0.82 0.43 0.27 331.37 0.7 0.43
Hex BA 21 6A 0 52 2B 1B 14B 46 2B
Octal 272 41 152 0 122 53 33 513 106 53
Binary 10111010 100001 1101010 0 1010010 101011 11011 101001011 1000110 101011

Color Harmonies of #BA216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA216A

Black with #BA216A

Text Example


Text Example

White with #BA216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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