Html Css Color HEX #BA034D Jazzberry Jam

📋 copy color: '#BA034D'

red 186 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #BA034D

Tints of Jazzberry Jam #BA034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 69.92%
G = 1.13%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA034D (or 0xBA034D) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 4D. RGB value is (186,3,77). Sum of RGB (Red+Green+Blue) = 186+3+77=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA034D is #45FCB2. Grayscale: #424242. Windows color (decimal): -4586675 or 5047226. OLE color: 5047226.

HSL color Cylindrical-coordinate representation of color #BA034D: hue angle of 335.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA034D is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 77 -
CMYK 0 0.98 0.59 0.27
HSL 335.74º 0.97% 0.37% -
HSV(B) 335.74º 0.98% 0.73% -
XYZ 21.62 11.04 8.01 -
YUV 66.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 186 3 77 0 0.98 0.59 0.27 335.74 0.97 0.37
Hex BA 3 4D 0 62 3B 1B 150 61 25
Octal 272 3 115 0 142 73 33 520 141 45
Binary 10111010 11 1001101 0 1100010 111011 11011 101010000 1100001 100101

Color Harmonies of #BA034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA034D

Black with #BA034D

Text Example


Text Example

White with #BA034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA034D; }

 p { color: rgb(186,3,77); }

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

background-color css

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

 a { background-color: rgb(186,3,77); }

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

border-color css

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

 span { border-color: rgb(186,3,77); }

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