Html Css Color HEX #BA034B Jazzberry Jam

📋 copy color: '#BA034B'

red 186 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #BA034B

Tints of Jazzberry Jam #BA034B

RGB

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

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

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

R = 70.45%
G = 1.14%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA034B (or 0xBA034B) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 4B. RGB value is (186,3,75). Sum of RGB (Red+Green+Blue) = 186+3+75=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA034B is #45FCB4. Grayscale: #414141. Windows color (decimal): -4586677 or 4916154. OLE color: 4916154.

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

Color convert

RGB 186 3 75 -
CMYK 0 0.98 0.60 0.27
HSL 336.39º 0.97% 0.37% -
HSV(B) 336.39º 0.98% 0.73% -
XYZ 21.55 11.01 7.65 -
YUV 65.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 186 3 75 0 0.98 0.60 0.27 336.39 0.97 0.37
Hex BA 3 4B 0 62 3C 1B 150 61 25
Octal 272 3 113 0 142 74 33 520 141 45
Binary 10111010 11 1001011 0 1100010 111100 11011 101010000 1100001 100101

Color Harmonies of #BA034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA034B

Black with #BA034B

Text Example


Text Example

White with #BA034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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