Html Css Color HEX #BA084B Jazzberry Jam

📋 copy color: '#BA084B'

red 186 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #BA084B

Tints of Jazzberry Jam #BA084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 69.14%
G = 2.97%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA084B (or 0xBA084B) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4B. RGB value is (186,8,75). Sum of RGB (Red+Green+Blue) = 186+8+75=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA084B is #45F7B4. Grayscale: #444444. Windows color (decimal): -4585397 or 4917434. OLE color: 4917434.

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

Color convert

RGB 186 8 75 -
CMYK 0 0.96 0.60 0.27
HSL 337.42º 0.92% 0.38% -
HSV(B) 337.42º 0.96% 0.73% -
XYZ 21.61 11.12 7.66 -
YUV 68.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 186 8 75 0 0.96 0.60 0.27 337.42 0.92 0.38
Hex BA 8 4B 0 60 3C 1B 151 5C 26
Octal 272 10 113 0 140 74 33 521 134 46
Binary 10111010 1000 1001011 0 1100000 111100 11011 101010001 1011100 100110

Color Harmonies of #BA084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA084B

Black with #BA084B

Text Example


Text Example

White with #BA084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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