Html Css Color HEX #BA076A Jazzberry Jam

📋 copy color: '#BA076A'

red 186 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #BA076A

Tints of Jazzberry Jam #BA076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 62.21%
G = 2.34%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA076A (or 0xBA076A) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 6A. RGB value is (186,7,106). Sum of RGB (Red+Green+Blue) = 186+7+106=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA076A is #45F895. Grayscale: #474747. Windows color (decimal): -4585622 or 6948794. OLE color: 6948794.

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

Color convert

RGB 186 7 106 -
CMYK 0 0.96 0.43 0.27
HSL 326.82º 0.93% 0.38% -
HSV(B) 326.82º 0.96% 0.73% -
XYZ 22.93 11.63 14.67 -
YUV 71.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 186 7 106 0 0.96 0.43 0.27 326.82 0.93 0.38
Hex BA 7 6A 0 60 2B 1B 147 5D 26
Octal 272 7 152 0 140 53 33 507 135 46
Binary 10111010 111 1101010 0 1100000 101011 11011 101000111 1011101 100110

Color Harmonies of #BA076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA076A

Black with #BA076A

Text Example


Text Example

White with #BA076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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