Html Css Color HEX #BA075F Jazzberry Jam

📋 copy color: '#BA075F'

red 186 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #BA075F

Tints of Jazzberry Jam #BA075F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 64.58%
G = 2.43%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA075F (or 0xBA075F) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 5F. RGB value is (186,7,95). Sum of RGB (Red+Green+Blue) = 186+7+95=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA075F is #45F8A0. Grayscale: #464646. Windows color (decimal): -4585633 or 6227898. OLE color: 6227898.

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

Color convert

RGB 186 7 95 -
CMYK 0 0.96 0.49 0.27
HSL 330.5º 0.93% 0.38% -
HSV(B) 330.5º 0.96% 0.73% -
XYZ 22.39 11.42 11.85 -
YUV 70.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 186 7 95 0 0.96 0.49 0.27 330.5 0.93 0.38
Hex BA 7 5F 0 60 31 1B 14B 5D 26
Octal 272 7 137 0 140 61 33 513 135 46
Binary 10111010 111 1011111 0 1100000 110001 11011 101001011 1011101 100110

Color Harmonies of #BA075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA075F

Black with #BA075F

Text Example


Text Example

White with #BA075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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