Html Css Color HEX #BA084F Jazzberry Jam

📋 copy color: '#BA084F'

red 186 ◦ green 8 ◦ blue 79

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

Shades of Jazzberry Jam #BA084F

Tints of Jazzberry Jam #BA084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 68.13%
G = 2.93%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA084F (or 0xBA084F) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4F. RGB value is (186,8,79). Sum of RGB (Red+Green+Blue) = 186+8+79=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA084F is #45F7B0. Grayscale: #454545. Windows color (decimal): -4585393 or 5179578. OLE color: 5179578.

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

Color convert

RGB 186 8 79 -
CMYK 0 0.96 0.58 0.27
HSL 336.07º 0.92% 0.38% -
HSV(B) 336.07º 0.96% 0.73% -
XYZ 21.75 11.18 8.41 -
YUV 69.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 186 8 79 0 0.96 0.58 0.27 336.07 0.92 0.38
Hex BA 8 4F 0 60 3A 1B 150 5C 26
Octal 272 10 117 0 140 72 33 520 134 46
Binary 10111010 1000 1001111 0 1100000 111010 11011 101010000 1011100 100110

Color Harmonies of #BA084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA084F

Black with #BA084F

Text Example


Text Example

White with #BA084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA084F; }

 p { color: rgb(186,8,79); }

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

background-color css

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

 a { background-color: rgb(186,8,79); }

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

border-color css

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

 span { border-color: rgb(186,8,79); }

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